fortunes: only break on ^C

This commit is contained in:
Brian S. Stephan 2017-02-23 12:13:44 -06:00
parent 1f76682ffa
commit 52e6848253
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/zsh
read -ks q
while [ "$q" != "q" ]
#read -ks q
while true
do
clear
fortune