shithub: front

ref: 8be7f27b758ef9ef818f68db0d8bcb7b038eae0e
dir: /rc/bin/tinyurl/

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