-
Notifications
You must be signed in to change notification settings - Fork 7
/
start.sh
executable file
·8 lines (7 loc) · 958 Bytes
/
start.sh
1
2
3
4
5
6
7
8
export LOADCACHE=false
cd ../aegis-app
nohup node repo.js &
# nohup node repo.js 8001 cache &
# cp ../aegis/wasm/build/release.wasm ../aegis-app/dist/main.wasm
cd ../aegis-host
node --title aegis src/bootstrap.js | tee >public/aegis.log