mirror of
https://github.com/balkian/Web4.0.git
synced 2024-11-05 08:41:43 +00:00
5 lines
105 B
Bash
5 lines
105 B
Bash
|
#!/bin/bash
|
||
|
nodejs hookio/monkey/monkey.js > monkey.log &
|
||
|
hookio/hooks/runAllHooks.sh > hooks.log &
|
||
|
wait
|