mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-02-09 15:09:12 +01:00
5 lines
119 B
Bash
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
|