My initializer stuff

This commit is contained in:
2024-09-17 15:09:41 -03:00
commit 17aae61838
3644 changed files with 556522 additions and 0 deletions

7
xclip/xclip-pastefile Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -e
if [ "x$1" != "x" ]; then
echo "Usage: $0" >&2
exit 1
fi
xclip -selection secondary -o | gunzip -c | tar xv