git: 9front

ref: 3a57a4716db8209e7af76b2578241cd88de6d84d
dir: /rc/bin/tinyurl/

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