shithub: riscv

ref: 05bdd09bc301d2b915ca3303d1e03d9eb8555ed8
dir: /rc/bin/tinyurl/

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