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
2012-03-11 18:40:10 +01:00

6 lines
54 B
Bash

#!/bin/bash
for i in `npm bin`/hookio-*
do
$i &
done