Skip to content

Instantly share code, notes, and snippets.

View vguarnaccia's full-sized avatar

Vincent G. Guarnaccia vguarnaccia

  • Los Angeles
View GitHub Profile

Keybase proof

I hereby claim:

  • I am vguarnaccia on github.
  • I am vguarnaccia (https://keybase.io/vguarnaccia) on keybase.
  • I have a public key ASCGJsqOIkidoy6m1s8d4h7ZxFMEp8vGlDZTdUFKxlr6ego

To claim this, I am signing this object:

@vguarnaccia
vguarnaccia / example.sh
Last active April 26, 2018 17:49
Skeleton of a shell script.
#! /bin/sh
readonly -p VERSION=0.1.0
##############################################################################
# This is an example shell script. I do my best to avoid bashisms when it is
# not too much of a pain to do so. I also try to stick to a 80 char line limit
# and indent with tabs since tabs are easier to work with in `sh` than spaces.
# If your script contains calculations or complex logic, please consider