fix: also copy output of grim to clipboard

This commit is contained in:
2025-11-28 10:36:46 +01:00
parent 1bf6921992
commit 94bb499764
4 changed files with 7 additions and 2 deletions
@@ -25,7 +25,7 @@ file=${1:-$(wl-paste --no-newline)}
exit 1
}
[ -f "$file" ] || {
[ -e "$file" ] || {
echo "File does not exist: $file" >&2
exit 1
}