initial commit of bin scripts into git
This commit is contained in:
7
sleep_client.tclsh
Executable file
7
sleep_client.tclsh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/tclsh
|
||||
|
||||
set sockChan [socket localhost 41971]
|
||||
gets $sockChan line
|
||||
close $sockChan
|
||||
catch {exec /usr/bin/mythutil --message --message_text "$line" --timeout 3 --bcastaddr=127.0.0.1}
|
||||
|
||||
Reference in New Issue
Block a user