ctpv/prev/wrapper.sh
Nikita Ivanov 8487750f1a
Many additions and improvements
Basic previews, priority setting, better -m option
2022-05-23 23:45:35 +05:00

5 lines
119 B
Bash

[ -L "$f" ] && printf 'Symlink: \n%s\n\n' "$(readlink "$f")"
# Pretend that preview failed so another is run
exit 127