1
0
mirror of https://github.com/balkian/Web4.0.git synced 2024-09-29 00:21:45 +00:00
Web4.0/hookio/hooks/runAllHooks.sh

6 lines
54 B
Bash
Raw Normal View History

2012-03-11 17:40:10 +00:00
#!/bin/bash
for i in `npm bin`/hookio-*
do
$i &
done