rwx/sh/alias/evince.sh

6 lines
66 B
Bash
Raw Normal View History

2024-11-19 08:17:14 +00:00
ev() { sa__e_vince "${@}"; }
sa__e_vince() {
2024-11-16 14:04:04 +00:00
evince \
"${@}"
}