shithub: riscv

ref: a7f5ecaf636e38f407c951d0e86dcc4c4f424bd6
dir: /rc/bin/tinyurl/

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