diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-03 17:58:22 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-03 17:58:34 +0100 |
commit | 53cb3d537303c75ac5d3de577075928b687d240a (patch) | |
tree | c93b13a43415b095c736bac32b5eb3363a0d91e5 /bin/guiscripts | |
parent | 8422757706462fd4abe65187902d5590942f0cc9 (diff) |
added clipswap
Diffstat (limited to 'bin/guiscripts')
-rwxr-xr-x | bin/guiscripts/clipswap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/guiscripts/clipswap b/bin/guiscripts/clipswap new file mode 100755 index 0000000..1cae135 --- /dev/null +++ b/bin/guiscripts/clipswap @@ -0,0 +1,4 @@ +#!/bin/sh +paste="$(clipo)" +clipo -p | clipp +printf '%s' "$paste" | clipp -p |