rwx/sh/alias/evince.sh

6 lines
66 B
Bash
Raw Normal View History

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