#!/bin/sh set -eu if [ $# -lt 1 ]; then topic=$(curl -sSf cht.sh/:list | fzfez) else topic=$* fi curl -sSf cht.sh/"$topic"