Add counters for MPTP buffers and syscalls.
[swifty.git] / src / lib / run_client_server.bash
1 #!/bin/bash
2
3 LD_LIBRARY_PATH=. ./server &
4 LD_LIBRARY_PATH=. ./client &
5
6 wait
7
8 echo -e "All done.\n"