rwx/sh/alias/evince.sh

6 lines
64 B
Bash
Raw Normal View History

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