Skip to content

Instantly share code, notes, and snippets.

@pdkl95
pdkl95 / mcjar-aether.bash
Created January 18, 2012 04:45
MC AetherMod .jar Patch Script
#!/bin/bash
## This script is Copyright Brent Sanders 2012, and is released
## for general use under the GPLv3
##
## INSTRUCTIONS:
## Put this script and all the downloaded .zip files for the various
## mods in a folder. 'cd' over to that folder. Run this script.
##
## e.g.
@pdkl95
pdkl95 / rubygems-completion.bash
Created December 15, 2011 07:48
bash tab completion for gem
#!/bin/bash
# -*- mode: bash -*-
#
# ---------------------------
# --= bash completion for the =--
# --= rubygems "gem" program =--
# ---------------------------
#
# Copyright C 2011 Brent Sanders <git@thoughtnoise.net>
# -> Derived losely from "git-completion.sh" in the git-sh