shithub: riscv

ref: f946b2b292d8f274cf15b5a04440fc28db9bc215
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