shithub: riscv

ref: 24bccc805ce7299d107c3e29a65beddb7ee60c1f
dir: /rc/bin/tinyurl/

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