Skip to content

Instantly share code, notes, and snippets.

@lamby
Created September 2, 2015 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lamby/23ea5cbabb31831fe08d to your computer and use it in GitHub Desktop.
Save lamby/23ea5cbabb31831fe08d to your computer and use it in GitHub Desktop.
#!/bin/sh
NAME="Stretching_out_for_trustworthy_reproducible_builds_creating_bit_by_bit_identical_binaries"
wget --no-clobber --continue -O${NAME}.webm http://meetings-archive.debian.net/pub/debian-meetings/2015/debconf15/${NAME}.webm
wget --no-clobber --continue -O${NAME}.srt "https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=debconfsubs/debconfsubs.git;a=blob_plain;f=2015/debconf15/english/${NAME}.en.srt;hb=HEAD"
mplayer -sub ${NAME}.srt ${NAME}.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment