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