rwx/sh/alias/evince.sh
2024-11-18 15:17:50 +01:00

5 lines
70 B
Bash

ev() { sh_a__e_vince "${@}"; }
sh_a__e_vince() {
evince \
"${@}"
}