shithub: riscv

ref: 60f9467c011394d8ebeebed15733ebd0b58a10d0
dir: /rc/bin/tinyurl/

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