vodkadrinker
Technical User
I want to put a q to quit option on an continuosly looping while loop.
example of the while loop:
while true
do
echo "hello world"
sleep 5
done
example of the while loop:
while true
do
echo "hello world"
sleep 5
done