1
0
mirror of https://github.com/balkian/Web4.0.git synced 2026-06-27 18:32:01 +00:00

Changes to monkey, added scripts

This commit is contained in:
J.Fernando Sánchez
2012-05-25 13:16:10 +02:00
parent 3cda73ebab
commit 34083a8339
9 changed files with 72 additions and 9 deletions

4
executeWeb40.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
nodejs hookio/monkey/monkey.js > monkey.log &
hookio/hooks/runAllHooks.sh > hooks.log &
wait