Remove wiki function; doesn't work anymore :(

This commit is contained in:
Eryn Wells 2012-11-30 11:13:10 -08:00
parent a5cdf60767
commit 94909e16cd

View file

@ -1,12 +0,0 @@
#!/bin/zsh
# vim:ft=zsh
wiki ()
{
if [[ $1 == "" ]]; then
echo "Usage: wiki [term]"
else
dig +short txt $1.wp.dg.cx
fi
}