diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-06-15 16:06:11 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-06-15 16:06:11 +0500 |
commit | 55d0510313c623a5d9070b7ddc88693a63ca5c2b (patch) | |
tree | 9d2308af32704325505f0a18e95365e37f004214 /scripts/image_from_xclip | |
parent | 01180bc8d01a3511c355567ac5734cac6e132ab5 (diff) |
some scripts, bash, tmux changes
Diffstat (limited to 'scripts/image_from_xclip')
-rwxr-xr-x | scripts/image_from_xclip | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/image_from_xclip b/scripts/image_from_xclip deleted file mode 100755 index 7485c19..0000000 --- a/scripts/image_from_xclip +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xclip -selection clipboard -t image/png -o > $1 |