update
This commit is contained in:
15
APP/nexus-remote/node_modules/koffi/doc/develop.sh
generated
vendored
Normal file
15
APP/nexus-remote/node_modules/koffi/doc/develop.sh
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
cd "$(dirname $0)"
|
||||
|
||||
../../bootstrap.sh
|
||||
../../felix -pFast nestor hodler
|
||||
|
||||
trap 'kill $(jobs -p) 2>/dev/null' EXIT
|
||||
trap 'kill $(jobs -p) 2>/dev/null' SIGINT
|
||||
|
||||
mkdir -p dist
|
||||
../../bin/Fast/nestor dist/ &
|
||||
../../bin/Fast/hodler . -O dist --loop --sourcemap &
|
||||
|
||||
wait $(jobs -p)
|
||||
Reference in New Issue
Block a user