git: 9front

ref: 9d991515ed645ab4e649289ee8d6e8fe8bbcc119
dir: /rc/bin/tinyurl/

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