mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-05-03 04:54:46 +00:00
4 lines
95 B
Bash
4 lines
95 B
Bash
|
|
#!/bin/bash
|
||
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
|
node $DIR/js-coffee/server
|