shithub: riscv

ref: a8f8de1cdeec7f9bee287c137b576e0249e8df82
dir: /rc/bin/tinyurl/

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