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