git: 9front

ref: c111d2942f6d2fe9fd53ee2fe681d1186d4550f7
dir: /rc/bin/tinyurl/

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