diff options
Diffstat (limited to 'bin/cht')
| -rwxr-xr-x | bin/cht | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/cht b/bin/cht deleted file mode 100755 index 0aac747..0000000 --- a/bin/cht +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -set -eu - -if [ $# -lt 1 ]; then - topic=$(curl -sSf cht.sh/:list | fzfez) -else - topic=$* -fi - -curl -sSf cht.sh/"$topic" |