Skip to content

Instantly share code, notes, and snippets.

@lucmann
Created September 26, 2024 07:26
Show Gist options
  • Save lucmann/8e63bb435a25f622cefabf2ad6be0e0f to your computer and use it in GitHub Desktop.
Save lucmann/8e63bb435a25f622cefabf2ad6be0e0f to your computer and use it in GitHub Desktop.
one-liner script
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