rwxrob-dot/scripts/topics
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

7 lines
132 B
Bash
Executable File

#!/usr/bin/env bash
IFS=$'\n'
select topic in $(tail -n $(($(tput lines)-1)) "$HOME/.topics"); do
t "${topic%[*}"
exit
done