4 lines
98 B
Text
4 lines
98 B
Text
|
#!/bin/sh
|
||
|
test $# -gt 0 && where="$1" && shift
|
||
|
IFS='+' eval 'curl "https://cht.sh/${where:-}/$*"'
|