forked from Anvilcraft/Notex-3
9 lines
116 B
Bash
Executable file
9 lines
116 B
Bash
Executable file
#!/bin/sh
|
|
|
|
#exit on error
|
|
set -e
|
|
|
|
#REQUIRES https://haxe.org to be installed!
|
|
cd src/kubejs/server
|
|
haxe build.hxml
|
|
|