5 lines
208 B
Plaintext
5 lines
208 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
jabuxa="$HOME/Pictures/screenshots/screenshot-$(date -Iseconds | cut -d '+' -f1).png" && maim -u -s -n -l -c 0.157,0.333,0.466,0.4 "$jabuxa" && xclip -selection clipboard -t image/png "$jabuxa"
|
||
|
|