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
### Keybase proof | |
I hereby claim: | |
* I am petercpg on github. | |
* I am petercpg (https://keybase.io/petercpg) on keybase. | |
* I have a public key whose fingerprint is 388B 6F47 B997 ABD7 91A5 D35A DCB2 2E93 1A3A FF4A | |
To claim this, I am signing this object: |
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
#! /usr/bin/env bash | |
# Link https://l10n.etherpad.mozilla.org/gaia-multilocale | |
localecode="zh-TW" | |
branch="v1.2" | |
# This line force reads $PATH from .profile on OS X | |
# Ref: http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/ | |
cd ~ | |
. ./.profile echo $PATH |