Created
September 26, 2024 07:26
-
-
Save lucmann/8e63bb435a25f622cefabf2ad6be0e0f to your computer and use it in GitHub Desktop.
one-liner script
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
fails=(); for i in `seq 1 8`; do fails+=("$i"); done; echo "${fails[@]}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment