7 lines
84 B
Bash
7 lines
84 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
supervisor \
|
||
|
-e 'jade|js' \
|
||
|
-i './generated' \
|
||
|
node app.js
|