clipedit.sh: clean up temp files

This commit is contained in:
dogeystamp 2023-02-14 19:00:57 -05:00
parent e5c07186ac
commit 5452e196a6
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -6,3 +6,4 @@ TMPFILE="$(mktemp)"
xsel -b > "$TMPFILE"
nvim "$TMPFILE"
cat "$TMPFILE" | xsel -ib
rm "$TMPFILE"