5 lines
50 B
Bash
Executable file
5 lines
50 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd "$RUN_DIR/server"
|
|
|
|
nodemon index.js
|