Files
dotfiles/Scripts/.local/scripts/screenshot
2025-06-08 14:07:35 +01:00

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/';