4 lines
45 B
Plaintext
4 lines
45 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
scrot -s -e 'gimp $f ; rm -rf $f'
|