5 lines
102 B
Plaintext
5 lines
102 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
OUTFILE="/tmp/sshot_$(date -Iseconds).png"
|
||
|
grim -g "$(slurp)" - | tee "$OUTFILE" | wl-copy
|