git: 9front

ref: bcf7b2ee4598ef64a1d99348dac04cb1df701231
dir: /rc/bin/tinyurl/

View raw version
#!/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