Added a comment

This commit is contained in:
David Farrell
2020-03-10 23:02:33 -07:00
parent 8e9dadfaad
commit ab7f15bee1

View File

@@ -14,6 +14,7 @@ if ! _command_exists cht.sh ; then
example '$ cht.sh rust :list'
group 'cht-sh'
# Separate arguments with '/', preserving spaces within them
local query=$(IFS=/ ; echo "$*")
curl "cht.sh/${query}"
}