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