Skip to content

Instantly share code, notes, and snippets.

@fredmj
Last active July 26, 2017 17:41
Show Gist options
  • Save fredmj/94a389309d63ba77e48ca1dfb2a386e8 to your computer and use it in GitHub Desktop.
Save fredmj/94a389309d63ba77e48ca1dfb2a386e8 to your computer and use it in GitHub Desktop.
testing purpose
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