diff options
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 |