incorporscripts/fortunes.zsh

10 lines
74 B
Bash
Raw Permalink Normal View History

#!/bin/zsh
2017-02-23 12:13:44 -06:00
#read -ks q
while true
do
clear
fortune
read -ks q
done