Skip to content

Instantly share code, notes, and snippets.

@zaimramlan
Created October 23, 2016 06:19
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save zaimramlan/b7f34b1c192b6ca1bc9971a88b1e980e to your computer and use it in GitHub Desktop.
Save zaimramlan/b7f34b1c192b6ca1bc9971a88b1e980e 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