Skip to content

Instantly share code, notes, and snippets.

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 jeremytenjo/9718c3f28828e887c4ca92f9c772256c to your computer and use it in GitHub Desktop.
Save jeremytenjo/9718c3f28828e887c4ca92f9c772256c to your computer and use it in GitHub Desktop.
Create ZSH Script From Scratch
  1. Create new file with any name i.e. script.zsh
#!/bin/zsh
[COMMANDS_HERE]
  1. Configure permissions
$ chmod 755 script.zsh
  1. Execute script
$ ./script.zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment