Last active
July 28, 2022 21:41
-
-
Save hughlilly/6cecd97dfff1b3e3127c6d1cab942e03 to your computer and use it in GitHub Desktop.
zsh scripts
This file contains hidden or 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
| for ((i = 1; i < 11; i++)); do touch io$i.py; done |
This file contains hidden or 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
| mkdir -p wk{1..8}/{lecture, lab} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment