This file contains 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 | |
##################################################### | |
###/ \### # | |
### mident ### This is a wrapper script around # | |
###\ /### the "-identify" feature provided # | |
################ by mplayer/mplayer2, similar to # | |
# the "mplayer.sh" script that is # | |
# distributed with mplayer itself. This version # | |
# should be significantly more reliable, easier # |
This file contains 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/env ruby | |
# encoding: utf-8 | |
# | |
# *** [WARNING] | |
# *** Be aware that I have not added any throttling, respect | |
# *** of robots.txt, or anything else to limit this script! | |
# *** If it gets you banninated, or something due to obvious | |
# *** bot-like behavior, that's your responsibility! | |
# *** [/warning] | |
# |
This file contains 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 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 |