shithub: riscv

ref: dcbb9930ea0098005a4d8e0c6b2e299e10bf7e5f
dir: /rc/bin/tinyurl/

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