diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-13 23:19:23 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-13 23:19:23 +0200 |
commit | 485c2d2ebaf238eb37a5650d364cb0031854774a (patch) | |
tree | 8b9c11c322c426e086b4172368c704920bb0d227 /bin/guiscripts/swclip | |
parent | 02da333eb51cc5f7cfc28e194681db0e5f59d485 (diff) |
checkpoint
Diffstat (limited to 'bin/guiscripts/swclip')
-rwxr-xr-x | bin/guiscripts/swclip | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/guiscripts/swclip b/bin/guiscripts/swclip new file mode 100755 index 0000000..1cae135 --- /dev/null +++ b/bin/guiscripts/swclip @@ -0,0 +1,4 @@ +#!/bin/sh +paste="$(clipo)" +clipo -p | clipp +printf '%s' "$paste" | clipp -p |