Skip to content

Instantly share code, notes, and snippets.

View git001's full-sized avatar

Aleks git001

View GitHub Profile
#!/bin/bash -e
# Neil Williams, reddit
# configuration that doesn't change much
REDDIT_REPO=git://github.com/git001/reddit.git
I18N_REPO=git://github.com/git001/reddit-i18n.git
APTITUDE_OPTIONS="-y" # limit bandwidth: -o Acquire::http::Dl-Limit=100"
# don't blunder on if an error occurs
set -e