This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# -*- mode: bash -*- | |
# | |
# --------------------------- | |
# --= bash completion for the =-- | |
# --= rubygems "gem" program =-- | |
# --------------------------- | |
# | |
# Copyright C 2011 Brent Sanders <[email protected]> | |
# -> Derived losely from "git-completion.sh" in the git-sh |
NewerOlder