clipedit.sh: clean up temp files
This commit is contained in:
parent
e5c07186ac
commit
5452e196a6
@ -6,3 +6,4 @@ TMPFILE="$(mktemp)"
|
|||||||
xsel -b > "$TMPFILE"
|
xsel -b > "$TMPFILE"
|
||||||
nvim "$TMPFILE"
|
nvim "$TMPFILE"
|
||||||
cat "$TMPFILE" | xsel -ib
|
cat "$TMPFILE" | xsel -ib
|
||||||
|
rm "$TMPFILE"
|
||||||
|
Loading…
Reference in New Issue
Block a user