shithub: plan9front

ref: 9cca88895e31c73d4d0793dd83f76ebd24456cdd
dir: /rc/bin/tinyurl/

View raw version
#!/bin/rc
# tinyurl url
for (url) {
	hget http://tinyurl.com/api-create.php?url'='$url
	echo
}