Skip to content

Instantly share code, notes, and snippets.

@Jezzamonn
Created January 26, 2019 03:17
Show Gist options
  • Save Jezzamonn/88128124ed486459f32032dd965f205d to your computer and use it in GitHub Desktop.
Save Jezzamonn/88128124ed486459f32032dd965f205d to your computer and use it in GitHub Desktop.
while [ 1 ];do vardate=$(date +%d\-%m\-%Y\_%H.%M.%S); screencapture -t jpg -x ~/Desktop/screencap/$vardate.jpg; sleep 30; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment