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