7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Take a screenshot
|
||
|
dir=~/Downloads/temp
|
||
|
(cd $dir && wf-recorder -g "$(slurp)")
|
||
|
xdg-open $dir
|