|
|
1.1 root 1: #!/bin/sh
2: HACKDIR=/usr/games/lib/hackdir
3: HACK=$HACKDIR/hack
4: MAXNROFPLAYERS=4
5:
6: cd $HACKDIR
7: case $1 in
8: -s*)
9: exec $HACK $@
10: ;;
11: *)
12: exec $HACK $@ $MAXNROFPLAYERS
13: ;;
14: esac
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.