4 lines
69 B
Bash
Executable file
4 lines
69 B
Bash
Executable file
#!/bin/bash
|
|
SCRIPT_DIR=$(dirname "$0")
|
|
cd $SCRIPT_DIR
|
|
node server.js
|