mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-17 06:20:23 +00:00
3 lines
116 B
Bash
Executable file
3 lines
116 B
Bash
Executable file
#!/bin/bash
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
node $DIR/js/server > $DIR/js/server.log 2>&1 &
|