Asciifarm/startserver

4 lines
72 B
Bash
Executable File

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