summary refs log tree commit diff
path: root/bin/cht
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cht')
-rwxr-xr-xbin/cht10
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"