Asciifarm/startserver

4 lines
75 B
Bash
Executable File

#!/bin/sh
cd "`dirname "$0"`"
./hostfarms.py $@ >stdout.log 2>stderr.log &