Skip to content

Instantly share code, notes, and snippets.

@galvao
Created April 21, 2014 17:05
Show Gist options
  • Save galvao/11148981 to your computer and use it in GitHub Desktop.
Save galvao/11148981 to your computer and use it in GitHub Desktop.
Recording a Screencast (with sound and a delay of 10 seconds before recording starts)
#Usage: rmd.sh CourseName Lesson
cd /home/zaphod/Documents/Cursos/CodeSquad/$1/$2
recordmydesktop --delay 10 -o $2.ogv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment