Last active
May 24, 2016 14:46
-
-
Save sunmockyang/afb16f4e249d707ce56b1948500edce8 to your computer and use it in GitHub Desktop.
Set fileName to customName if it's defined, otherwise, use defaultName
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
| fileName=${customName:-$defaultName} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment