sh/shell/alias/evince.sh

5 lines
28 B
Bash
Raw Normal View History

2024-11-16 14:04:04 +00:00
ev() {
evince \
"${@}"
}