1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
ContextOS/bin/node.sh
2019-06-16 13:39:04 +08:00

6 lines
125 B
Bash
Executable File

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