git: 9front

ref: e3b871cf9cd154c431e5ceed3e73c79477c78df1
dir: /rc/bin/tinyurl/

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