blob: 8c3ec4c9d0781fa66268fd49ef6e97f0a21340cc (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- xclip-pastefile.orig 2020-11-05 09:03:17 UTC
+++ xclip-pastefile
@@ -4,4 +4,4 @@ if [ "x$1" != "x" ]; then
echo "Usage: $0" >&2
exit 1
fi
-xclip -selection secondary -o | gunzip -c | tar xv
+xclip -selection secondary -o | gunzip -c | tar xv -f -
|