Skip to content

Instantly share code, notes, and snippets.

View derEremit's full-sized avatar

Sebastian Paul derEremit

  • maloon GmbH
  • Germany
View GitHub Profile
@derEremit
derEremit / thinkubuntu-2.sh
Created August 6, 2012 18:31 — forked from sagark/thinkubuntu-2
Dependencies
sudo apt-get install xorg-dev
sudo apt-get install git
@derEremit
derEremit / gource-multiple-repositories.sh
Created November 8, 2011 14:58 — forked from anonymous/gource-multiple-repositories.sh
Generates gource video out of multiple repositories.
#!/usr/bin/env bash
# Generates gource video (h.264) out of multiple repositories.
# Pass the repositories in command line arguments.
# Example:
# <this.sh> /path/to/repo1 /path/to/repo2
RESOLUTION="1600x1080"
outfile="gource.mp4"
i=0