mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
6 lines
125 B
Bash
Executable File
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
|