aboutsummaryrefslogtreecommitdiffstats
path: root/basics/.local/bin/scrnshot
blob: a2dda7661a607c0ae0d745bfc6d8112fa4fad7c2 (plain)
1
2
3
4
5
#/bin/sh

# TODO: configure delay, output directory and others

scrot -s -p -e 'mv $f ~/Desktop/shots && echo "$$HOME/Desktop/shots/$f"'