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
#!/usr/bin/env bash | |
# This is a little script to make backporting patches to milestone proposed. | |
# Instructions | |
# ------------ | |
# Make sure that milestone-proposed exists and is up to date: | |
# git branch -D milestone-proposed | |
# git checkout -b milestone-proposed origin/milestone-proposed | |
# git pull | |
# Grab the file and stick it in your <project> directory: | |
# curl -OL https://raw.github.com/gist/2206428/bp.sh |