Skip to content

Instantly share code, notes, and snippets.

@arnauldvm
Created June 5, 2021 22:16
Show Gist options
  • Save arnauldvm/ad241ee15bd3ae99a5c82f7db58fb1fc to your computer and use it in GitHub Desktop.
Save arnauldvm/ad241ee15bd3ae99a5c82f7db58fb1fc to your computer and use it in GitHub Desktop.
Generate booklet page numbers
(n=16; for i in $(seq 1 2 $((n/2)) ); do echo -n "$((n-i+1)),$i,$((i+1)),$((n-i)),"; done | sed 's/,$/\n/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment