Skip to content

Instantly share code, notes, and snippets.

@aurelijusb
Created December 8, 2015 19:59
Show Gist options
  • Save aurelijusb/b727c9987b837a96a839 to your computer and use it in GitHub Desktop.
Save aurelijusb/b727c9987b837a96a839 to your computer and use it in GitHub Desktop.
Very simple screen recorder
#!/bin/sh
while true; do
import -window root `date +%s-%N`.jpg
sleep 1
done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment