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
| RAILS_ENV=production | |
| VERBOSE=0 | |
| QUEUE=* |
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
| # Enable GZIP | |
| use Rack::Deflater |
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/sh | |
| # | |
| # Linux/MacOSX Version of "Easy rooting toolkit (v2.0)" script. | |
| # http://forum.xda-developers.com/showthread.php?t=1320350 | |
| # You need Linux/MacOSX version of 'adb' binary copied into 'files' | |
| # directory | |
| # | |
| alias adb='./files/adb' | |
| cat<<EOF | |
| --------------------------------------------------------------- |
NewerOlder