subiquity/bin/subiquity-debug

9 lines
112 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
stty -echo
echo "Please press Enter to activate this console."
read REPLY
stty echo
exec bash