Remove wiki function; doesn't work anymore :(
This commit is contained in:
parent
a5cdf60767
commit
94909e16cd
1 changed files with 0 additions and 12 deletions
|
|
@ -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
|
|
||||||
}
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue