Created
June 5, 2021 22:16
-
-
Save arnauldvm/ad241ee15bd3ae99a5c82f7db58fb1fc to your computer and use it in GitHub Desktop.
Generate booklet page numbers
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
(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