mirror of
https://github.com/balkian/Web4.0.git
synced 2024-11-05 08:41:43 +00:00
6 lines
54 B
Bash
6 lines
54 B
Bash
#!/bin/bash
|
|
for i in `npm bin`/hookio-*
|
|
do
|
|
$i &
|
|
done
|