git: 9front

ref: a2bb48294d47b74d0d82eeccf76391519a1e4e84
dir: /rc/bin/tinyurl/

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