Loading .shell/bin/term-startup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ _clear() { clear; echo; } interact() { local STATE=ssh trap 'read -N1 -p "Press any key to exit"' EXIT trap 'echo; read -N1 -p "Press any key to exit"' EXIT while _clear && do_$STATE; do has do_$STATE || die "Unknown state: $STATE" done Loading Loading
.shell/bin/term-startup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ _clear() { clear; echo; } interact() { local STATE=ssh trap 'read -N1 -p "Press any key to exit"' EXIT trap 'echo; read -N1 -p "Press any key to exit"' EXIT while _clear && do_$STATE; do has do_$STATE || die "Unknown state: $STATE" done Loading