projects
/
saartuer.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
better logging; properly detect whether the bell button was newly pressed
[saartuer.git]
/
tyshell
diff --git
a/tyshell
b/tyshell
index 9f327258fd21c1f2b8c05e4d09971e2d04165313..f8627d214cf05c29f6d5cad27ee92a1d0d5f76fd 100755
(executable)
--- a/
tyshell
+++ b/
tyshell
@@
-32,7
+32,7
@@
def extcmd(cmd):
def sendcmd(addr, cmd):
def run(c):
- print("
Running
%s..." % (cmd))
+ print("
206 Sending command
%s..." % (cmd))
s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
s.connect(addr)
s.settimeout(60.0)