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