ketracel/scripts/dev_ipad_run.sh

17 lines
252 B
Bash
Raw Normal View History

2019-12-25 20:38:19 +00:00
#!/bin/sh
moonc-5.3 `find -type f | grep 'moon$'`
ngircd -f ./spec/ngircd.conf
function trap_ctrlc () {
killall ngircd
exit 0
}
trap "trap_ctrlc" 2
cd src
export KETRACEL_DEBUG=yes
export KETRACEL_SPASS=hunter2
lua5.3 -l set_paths ketracel.lua