forked from x/ContextOS
7 lines
96 B
Bash
Executable File
7 lines
96 B
Bash
Executable File
#! /bin/bash
|
|
|
|
export ctx_type=user
|
|
|
|
[ -f bin/boot.sh ] && source bin/boot.sh || source boot.sh
|
|
|