git: 9front

ref: b56f8e77c261e32ed0e4b583078ed7193f75f7df
dir: /rc/bin/tinyurl/

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