mirror of
https://shylinux.com/x/ContextOS
synced 2025-05-03 03:47:01 +08:00
10 lines
131 B
Bash
10 lines
131 B
Bash
#! /bin/bash
|
|
|
|
export ctx_ups=-
|
|
export ctx_dev=-
|
|
export ctx_type=work
|
|
|
|
[ -f bin/boot.sh ] && source bin/boot.sh || source boot.sh
|
|
|
|
|