4 lines
199 B
Bash
Executable file
4 lines
199 B
Bash
Executable file
#!/bin/sh
|
|
XDG_PICTURES_DIR=/home/stachel/med/pic
|
|
grim -l 1 - | tee "$XDG_PICTURES_DIR/LATEST.png" "$XDG_PICTURES_DIR/$(date +%Y%m%d%H%M%S).png"
|
|
exec /usr/bin/wl-copy < "$XDG_PICTURES_DIR/LATEST.png"
|