git: 9front

ref: 6f940b119aa42bc02b8abf5a1f0263c42f5e53d5
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