Skip to content

Instantly share code, notes, and snippets.

@jasonwryan
jasonwryan / tunnels
Last active August 29, 2015 14:01
Manage SSH proxy tunnels to a number of hosts
#!/usr/bin/env bash
# tunnel browser to another box
# Copyright (c) 2013 Jason W Ryan
# The MIT License (MIT) http://opensource.org/licenses/MIT
user="<your_name>"
exip="XXX.XXX.XXX.XXX"
tunnel_id="$HOME/.local/tmp/tunnel_id"
@meskarune
meskarune / README.md
Created June 19, 2012 21:30
readme for humble pie

#README

Humblepie downloads game install files from the Humble Indie Bundle Releases

##Overview

Humblepie is a bash script that will download Humble Indie Bundle game install files and check the md5 sums. It will work with any Indie Humble Bundle.

##Usage