rwx/sh/alias/newsboat.sh

6 lines
70 B
Bash
Raw Normal View History

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