mirror of
https://github.com/balkian/hookio-sparql-demo.git
synced 2024-11-22 11:12:32 +00:00
6 lines
54 B
Bash
6 lines
54 B
Bash
|
#!/bin/bash
|
||
|
for i in `npm bin`/hookio-*
|
||
|
do
|
||
|
$i &
|
||
|
done
|