projects
/
swifty.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove unwanted files from repository.
[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"