git: 9front

ref: 57af7bbdf661e74672e4dfc4b05638c8a1b500d0
dir: /rc/bin/tinyurl/

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