sh/shell/alias/newsboat.sh

5 lines
30 B
Bash
Raw Normal View History

2024-11-16 14:02:40 +00:00
nb() {
newsboat \
"${@}"
}