shithub: riscv

ref: 265d7d9453fa49f42c9fb33ebeefc8657c9df2c0
dir: /rc/bin/tinyurl/

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