1: 2: 3: button .setup.flash -text "JTAG (Flash)" -command { 4: catch {exec xterm -e "make flash-jtag ; echo '== Press Enter =='; read NULL"} 5: } 6: pack .setup.flash -fill x 7: 8: button .setup.debug -text "JTAG (Debug)" -command { 9: catch {exec xterm -e "make debug ; echo '== Press Enter =='; read NULL"} 10: } 11: pack .setup.debug -fill x 12: 13: