mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-01-23 08:18:34 +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
|