mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +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
|