mirror of
https://github.com/balkian/hookio-sparql-demo.git
synced 2025-09-02 10:32:20 +00:00
Initial commit
This commit is contained in:
5
hookio/hooks/runAllHooks.sh
Normal file
5
hookio/hooks/runAllHooks.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
for i in `npm bin`/hookio-*
|
||||
do
|
||||
$i &
|
||||
done
|
Reference in New Issue
Block a user