[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sequence of screenshots?



You can achieve this by installing scrot and executing simple bash script with infite loop

scrot_script.sh

#!/bin/bash
while :
do
    scrot
    sleep 2   # the interval between screenshots you need
done



Regards
------------
Roman

Reply to: