Skip to content

Instantly share code, notes, and snippets.

View peachwave's full-sized avatar

Chad Miller peachwave

View GitHub Profile
### Keybase proof
I hereby claim:
* I am peachwave on github.
* I am busfactor (https://keybase.io/busfactor) on keybase.
* I have a public key ASAP26a_7x3ikcxK9PFCMj1WSKnXQPaX_mR8f8L6P9c3dgo
To claim this, I am signing this object:
@peachwave
peachwave / simple_args_parsing.sh
Created May 21, 2017 07:43 — forked from jehiah/simple_args_parsing.sh
a simple way to parse shell script arguments
#!/bin/sh
#
# a simple way to parse shell script arguments
#
# please edit and use to your hearts content
#
ENVIRONMENT="dev"
@peachwave
peachwave / 0_reuse_code.js
Created July 2, 2016 05:12
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console