rwx/sh/alias/evince.sh

6 lines
70 B
Bash
Raw Normal View History

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