shithub: riscv

ref: e5894dcceaedeaf7d4f5537dd306170b1b6d4814
dir: /rc/bin/tinyurl/

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