-
-
Save fredmj/94a389309d63ba77e48ca1dfb2a386e8 to your computer and use it in GitHub Desktop.
testing purpose
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
echo "ok, this is for testing purpose" | |
for i in {1..10} | |
do | |
var=$((var*var)) | |
done | |
# care about the var⁽¹⁰⁾! | |
# only work with the {} char. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment