Skip to content

Instantly share code, notes, and snippets.

@veer66
Created September 16, 2022 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veer66/ba7a8cc15ce43df005cbdd0b1c972cb7 to your computer and use it in GitHub Desktop.
Save veer66/ba7a8cc15ce43df005cbdd0b1c972cb7 to your computer and use it in GitHub Desktop.
#!/usr/bin/wish
grid [text .t1 -width 80 -height 30]
grid [ttk::button .b1 -text "chow BOYD" -command {.t1 insert end [exec "ls"]; .t1 insert end "\n\n"}]
grid [ttk::button .b2 -text "chow Tapemodel"]
grid [ttk::button .b3 -text "chow matrix"]
grid [ttk::button .b4 -text "chow kick"]
grid [ttk::button .b5 -text "Exit" -command {exit 0}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment