Adding basic fortune plugin

This commit is contained in:
Andrew Schwartzmeyer 2013-03-31 08:21:47 +04:00
commit 0fe05e24db

View file

@ -0,0 +1,4 @@
if type fortune &> /dev/null; then
fortune
echo
fi