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