Notex-3/buildhaxe.sh

7 lines
104 B
Bash
Executable File

#!/bin/sh
#REQUIRES https://haxe.org to be installed!
cd src/kubejs/server
haxe build.hxml
cd ../../..