6 lines
57 B
Bash
6 lines
57 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd /opt/overseer/
|
||
|
|
||
|
/usr/bin/env node index.js
|