subiquity/bin/subiquity-debug

9 lines
112 B
Bash
Executable File

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