git: 9front

ref: c31610a5cd890bc51885e1affc70fc078fd95edd
dir: /rc/bin/tinyurl/

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