Created
December 11, 2020 04:47
-
-
Save koumaza/a41dbf6005d88104d93af5ebe6bc8e34 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 | |
export a=tappa | |
export tappa=yatta | |
eval echo \$\{$a\} # Outputs yatta |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment