updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / fortune-mod-ku-git / kfortune.sh
blobee935b168a1d5a2f0a4b29eb4e6ad883ccb4d08c
1 kfortune_conf()
3 if [ -w /proc/kfortune ]
4 then
5 printf "ka\n" > /proc/kfortune
6 cat /usr/share/fortune/abc > /dev/ka
7 fi
9 add_hook multi_end kfortune_conf