Created
July 16, 2014 23:32
-
-
Save wbingli/319bd1ba98be762ada34 to your computer and use it in GitHub Desktop.
Replace ${} placeholder with environment values
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
perl -p -i -e 's/\$\{([^}]+)\}/defined $ENV{$1} ? $ENV{$1} : $&/eg' $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment