add the while and the command neofetch
This commit is contained in:
parent
6c63830499
commit
895b6166bb
1 changed files with 12 additions and 0 deletions
|
@ -31,4 +31,16 @@ for i in "$@"; do
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
neofetch
|
||||||
|
|
||||||
|
Goout="1"
|
||||||
|
|
||||||
|
while [ "$Goout" == "1" ]; do
|
||||||
|
read -n1 -s value
|
||||||
|
if echo "$value" | grep -q "q"
|
||||||
|
then
|
||||||
|
Goout=0
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue