Created
December 2, 2009 18:59
-
-
Save digash/247443 to your computer and use it in GitHub Desktop.
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 | |
| # # Copyright (c) 2009 Dimitry Gashinsky. No rights reserved. | |
| # # | |
| # # Author: Dimitry Gashinsky (dimitry :at gashinsky :dot com) | |
| # # Id: 2C189717-816D-49E4-B244-1CBEFF623889 | |
| set -eux | |
| cd ~/src/xul | |
| xulrunner-bin --install-app conkeror | |
| cp -f conkeror/Info.plist /Applications/conkeror.mozdev.org/conkeror.app/Contents/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment