git: 9front

ref: eee40bb5de8f56f015cfedf32d1af3dfc783cbee
dir: /rc/bin/tinyurl/

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