1
0
forked from x/ContextOS
ContextOS/bin/node.sh
2019-07-26 17:20:55 +08:00

6 lines
125 B
Bash
Executable File

#! /bin/bash
export ctx_box=${ctx_box:="http://localhost:9095"}
[ -f bin/boot.sh ] && source bin/boot.sh || source boot.sh