forked from Anvilcraft/Notex-3
7 lines
104 B
Bash
7 lines
104 B
Bash
|
#!/bin/sh
|
||
|
#REQUIRES https://haxe.org to be installed!
|
||
|
cd src/kubejs/server
|
||
|
haxe build.hxml
|
||
|
cd ../../..
|
||
|
|