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