diff --git a/nfetch-startup b/nfetch-startup index fc9669e..be5387b 100755 --- a/nfetch-startup +++ b/nfetch-startup @@ -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 +