fortunes.zsh: script to loop random fortunes
This commit is contained in:
parent
7924544ef6
commit
be74980930
9
fortunes.zsh
Executable file
9
fortunes.zsh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/zsh
|
||||||
|
|
||||||
|
read -ks q
|
||||||
|
while [ "$q" != "q" ]
|
||||||
|
do
|
||||||
|
clear
|
||||||
|
fortune
|
||||||
|
read -ks q
|
||||||
|
done
|
Loading…
Reference in New Issue
Block a user