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
npm install -g http://people.apache.org/~pmuellr/weinre-builds/bin/apache-cordova-weinre-2.0.0-pre-H0FABA3W-incubating-bin.tar.gz |
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 | |
# | |
# Copyright 2012, Tim Branyen @tbranyen <[email protected]> | |
# Dual licensed under the MIT and GPL licenses. | |
# | |
# Automatically download and install the Backbone Boilerplate. | |
# | |
# Install: wget -O - https://gist.github.com/raw/1596382/bbb.sh > /usr/local/bin/bbb | |
# chmod +x /usr/local/bin/bbb | |
# |