diff --git a/private_dot_local/bin/executable_cht b/private_dot_local/bin/executable_cht new file mode 100644 index 00000000..e8494588 --- /dev/null +++ b/private_dot_local/bin/executable_cht @@ -0,0 +1,7 @@ +#!/bin/bash + +# take all arguments and join them with '+' signs + +cmd=$(echo "$*" | tr ' ' '+') + +curl -s "cht.sh/$cmd"