subiquity/bin/subiquity-debug

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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