1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-05-03 03:47:01 +08:00
ContextOS/bin/user.sh
2019-07-31 23:14:13 +08:00

7 lines
96 B
Bash

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