DEBSOURCES
Skip Quicknav
sources / advi / 2.0.0-5 / test / watch
12345678910111213
#!/usr/bin/wish proc show_time {} { global time set time [exec date +%r] after 1000 show_time } label .l -textvariable time pack .l show_time