forked from x/ContextOS
6 lines
125 B
Bash
Executable File
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
|