sudo apt-get install scrot
i=0;while :; do i=$(expr "$i" + 1); scrot "$i".png; sleep 2; done;