rwx/sh/alias/newsboat.sh
2024-11-19 14:42:11 +01:00

5 lines
70 B
Bash

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