rwx/sh/alias/newsboat.sh
2024-11-18 15:25:06 +01:00

5 lines
76 B
Bash

nb() { sh_a__news_boat "${@}"; }
sh_a__news_boat() {
newsboat \
"${@}"
}