From 52e6848253c723d68a6afeea499d10990273d64f Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 23 Feb 2017 12:13:44 -0600 Subject: [PATCH] fortunes: only break on ^C --- fortunes.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fortunes.zsh b/fortunes.zsh index d4a3e1c..651e97a 100755 --- a/fortunes.zsh +++ b/fortunes.zsh @@ -1,7 +1,7 @@ #!/bin/zsh -read -ks q -while [ "$q" != "q" ] +#read -ks q +while true do clear fortune