git: 9front

ref: e9da3ff586b46ac84ae026e0e0ca0a447df88818
dir: /rc/bin/tinyurl/

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