add the while and the command neofetch

This commit is contained in:
primardj 2024-01-26 20:40:58 +00:00
parent 6c63830499
commit 895b6166bb

View file

@ -31,4 +31,16 @@ for i in "$@"; do
done
neofetch
Goout="1"
while [ "$Goout" == "1" ]; do
read -n1 -s value
if echo "$value" | grep -q "q"
then
Goout=0
fi
done