1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
ContextOS/bin/user.sh
2019-08-05 09:09:24 +08:00

7 lines
96 B
Bash
Executable File

#! /bin/bash
export ctx_type=user
[ -f bin/boot.sh ] && source bin/boot.sh || source boot.sh