summaryrefslogtreecommitdiff
path: root/bin/guiscripts/cledit
blob: 1011eeb89b08c3b3cde24dc9d1a45b1aa5c310eb (plain)
1
2
3
4
5
#!/bin/sh
tmp="$(mktemp)"
wl-paste > "$tmp" 
viedit "$tmp" && wl-copy -n < "$tmp"
shred -uz "$tmp"