Skip to content

Instantly share code, notes, and snippets.

@hughlilly
Last active July 28, 2022 21:41
Show Gist options
  • Save hughlilly/6cecd97dfff1b3e3127c6d1cab942e03 to your computer and use it in GitHub Desktop.
Save hughlilly/6cecd97dfff1b3e3127c6d1cab942e03 to your computer and use it in GitHub Desktop.
zsh scripts
for ((i = 1; i < 11; i++)); do touch io$i.py; done
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