Created
July 23, 2020 18:01
-
-
Save lunhg/b17f2237125336068322571019069889 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
echo "Esse script testa a visibilidade de uma variável local. " | |
echo "A variável a ser testada terá o nome TESTE" | |
echo "Se a variável estiver definida localmente ou globalmente, ela aparecerá aqui em baixo:" | |
echo "TESTE="$TESTE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment