summaryrefslogtreecommitdiff
path: root/rc/bin/tinyurl
blob: da4b695e0516159317faf411d461900f9d9c100a (plain)
1
2
3
4
5
6
7
#!/bin/rc
if(! ~ $#* 1) {
	echo usage: tinyurl http://research.swtch.com/2008/02/hideous-name.html >[1=2]
	exit usage
}
hget http://tinyurl.com/api-create.php?url'='$1
echo