5 lines
57 B
Bash
5 lines
57 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd `dirname $0`
|
||
|
supervisor ../server/app.js
|