source: branches/home/psmith/restructure/src/nio-logger/run.sh

Last change on this file was 72, checked in by psmith, 18 years ago

Updates to logging server for cmd line usage

  • Property svn:executable set to *
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
7export LANG=en_US.UTF-8
8sbcl --load run-$1.lisp --end-toplevel-options $2 $3 $4
Note: See TracBrowser for help on using the repository browser.