mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-16 22:10:31 +00:00
3 lines
132 B
Bash
Executable file
3 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
nodejs $DIR/js/webapi-eca | $DIR/node_modules/bunyan/bin/bunyan
|