rwx/sh/alias/evince.sh

6 lines
70 B
Bash
Raw Normal View History

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