2025-01-17 18:23:21 +00:00

17 lines
318 B
Bash
Executable File

#!/bin/sh
VERSION="1.0.0"
printf "\033]input:on\a"
printf "\033[?25h"
bash /installbins
rm -rf /init
clear
echo "PicoShim $VERSION"
echo "this shell is PID 1 - exiting will crash your chromebook"
tty=/dev/pts/0
setsid bash -c "exec script -afqc 'while :; do /bin/bash || :; done' /dev/null <${tty} >>${tty} 2>&1"