Unverified Commit 0c64994b authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

skip ci

parent 0e0b8fac
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ echo -e "${WHITE} [0] Exit "

echo -e "${COLOR}┌──($USER$HOST)-[$(pwd)]"
choice=$1
echo "choice is $choice"
if [[ ! $choice =~ ^[1-2]+$ ]]; then
    read -p "└─$>>" choice
fi