Files
sweetgum-server/launch.sh
truenotzero f40a7fa2f8 POSIX support (#168)
* POSIX compilation support

Added support for compiling from a headless POSIX environment

* POSIX launch script

* Update compile-posix.sh

fixed typo
2018-02-23 15:37:01 -03:00

8 lines
141 B
Bash

#!/bin/bash
# launch script
cores=$(echo cores/*)
cores=${cores// /:}
cp=.:dist:$cores
java -Xmx2048m -Dwzpath=wz -cp $cp net.server.Server