9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
import ~/.ss.png
|
||
|
chmod 700 ~/.ss.png
|
||
|
< ~/.ss.png xclip -t image/png -i -selection clipboard
|
||
|
< ~/.ss.png xclip -t image/png -i -selection primary
|
||
|
< ~/.ss.png xclip -t image/png -i -selection secondary
|
||
|
< ~/.ss.png xclip -t image/png -i -selection buffer-cut
|