Skip to content

Instantly share code, notes, and snippets.

@koumaza
Created August 20, 2020 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koumaza/7a77a17884ca465e764329982d8ef15c to your computer and use it in GitHub Desktop.
Save koumaza/7a77a17884ca465e764329982d8ef15c to your computer and use it in GitHub Desktop.
for n in `seq 1 100`; do echo -n \$\(\($n \% 2\)\);echo -e "\t"$(($n % 2)); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment