4 lines
75 B
Bash
Executable File
4 lines
75 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
scrot -f -s '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/';
|