Asciifarm/hostfarms

4 lines
88 B
Bash
Executable File

#!/bin/sh
cd "`dirname "$0"`"
python3 -m asciifarm.server $@ >stdout.log 2>stderr.log &