diff options
author | Guido van Rossum <guido@python.org> | 1993-12-17 14:32:26 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-12-17 14:32:26 (GMT) |
commit | 9e80d6f12512803532aed39a0335e6346b77abf4 (patch) | |
tree | cf895d035b8a2d89574e565e0384e72f5635325e /Demo/rpc/test | |
parent | 7565b934144012f25e8b22d888572c048f0eb21a (diff) | |
download | cpython-9e80d6f12512803532aed39a0335e6346b77abf4.zip cpython-9e80d6f12512803532aed39a0335e6346b77abf4.tar.gz cpython-9e80d6f12512803532aed39a0335e6346b77abf4.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Demo/rpc/test')
-rwxr-xr-x | Demo/rpc/test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demo/rpc/test b/Demo/rpc/test index abb241f..d3c9591 100755 --- a/Demo/rpc/test +++ b/Demo/rpc/test @@ -7,6 +7,7 @@ $PYTHON -c 'from rpc import test; test()' charon.cwi.nl $PYTHON -c 'from rpc import testsvr; testsvr()' & SVR=$! +sleep 2 $PYTHON -c 'from rpc import testclt; testclt()' kill -2 $SVR |