1
0
Fork 0

fix preview on symlinks

This commit is contained in:
Luca Bilke 2024-01-31 16:38:04 +01:00
parent b485f2d62c
commit 0165765cfb

View file

@ -6,7 +6,7 @@ RESET="\033[0m"
set -C -f
f=$1 w=$2 h=$3 x=$4 y=$5
f="$(realpath "$1")" w=$2 h=$3 x=$4 y=$5
image() {
f=$1 w=$2 h=$3 x=$4 y=$5