rwx/sh/alias/evince.sh

5 lines
28 B
Bash
Raw Normal View History

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