Created
November 14, 2017 20:38
-
-
Save automagicaly/495471b1d4cd1b40d5ff9be236df536b to your computer and use it in GitHub Desktop.
Auto increment variable
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
export autoinc=$((++autoinc)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment