1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-08-04 21:53:12 +02:00
This commit is contained in:
Christian Clauss
2023-07-18 10:53:50 +02:00
committed by GitHub
parent 0e0b8fac6c
commit 0c64994bdb

View File

@ -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