source:
branches/home/psmith/restructure/src/nio-logger/run.sh
Last change on this file was 72, checked in by , 18 years ago | |
---|---|
|
|
File size: 206 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | # |
3 | # run.sh <logging-client in-file dest-ip> |
4 | # run.sh <logging-server listen-ip out-file allowed-ips-filename> |
5 | # |
6 | |
7 | export LANG=en_US.UTF-8 |
8 | sbcl --load run-$1.lisp --end-toplevel-options $2 $3 $4 |
Note: See TracBrowser
for help on using the repository browser.