forked from x/ContextOS
10 lines
147 B
Bash
Executable File
10 lines
147 B
Bash
Executable File
#! /bin/bash
|
|
|
|
export ctx_ups=-
|
|
export ctx_box=-
|
|
export ctx_dev=-
|
|
export ctx_type=work
|
|
|
|
[ -f bin/boot.sh ] && source bin/boot.sh || source boot.sh
|
|
|