Skip to content

Instantly share code, notes, and snippets.

@jordanst3wart
Created February 15, 2019 03:00
Show Gist options
  • Save jordanst3wart/01e42d940199d8378683cd253e2b69b0 to your computer and use it in GitHub Desktop.
Save jordanst3wart/01e42d940199d8378683cd253e2b69b0 to your computer and use it in GitHub Desktop.
Improvements I'm braining storming for shell based on (zsh/bash)

trade offs slightly more verbose, for being easier to understand

if statement

current




wanted



background shell

current

command.sh &

wanted

background(command.sh)
@jordanst3wart
Copy link
Author

Add:

  • hashmaps
  • review for loop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment