mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
9 lines
167 B
Plaintext
Executable File
9 lines
167 B
Plaintext
Executable File
# start a debugging shell
|
|
#
|
|
# runlevels: text, debug
|
|
|
|
progress "starting debug shell"
|
|
|
|
echo "*** type exit to exit ***"
|
|
exec /bin/sh </dev/tty1 >/dev/tty1 2>&1
|