1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
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