diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-04-08 22:58:08 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-04-08 22:58:08 +0200 |
commit | b300634f222eb9414ed6cf5768b5f1b745e5e384 (patch) | |
tree | 7f3e550999107a35c3cf0344c6b37b9d36d6eb96 /up-clip-img | |
parent | e1d4dd9d6a1c8481381270d0a8821fc3d56aba7f (diff) | |
download | bin-b300634f222eb9414ed6cf5768b5f1b745e5e384.tar.gz bin-b300634f222eb9414ed6cf5768b5f1b745e5e384.tar.xz |
Add up-clip-img
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'up-clip-img')
-rwxr-xr-x | up-clip-img | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/up-clip-img b/up-clip-img new file mode 100755 index 0000000..9f3d2e4 --- /dev/null +++ b/up-clip-img @@ -0,0 +1,2 @@ +#!/bin/bash +xclip -selection clipboard -t image/png -o | fb |