ctpv/prev/wrapper.sh

5 lines
119 B
Bash
Raw Normal View History

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