I hereby claim:
- I am atmartin on github.
- I am atmartin (https://keybase.io/atmartin) on keybase.
- I have a public key ASDHhITaF_bMTdv_2iOTn5qReJY_X2_MHRSQlLWJvkP2XAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| ROOTPATH=~/mysh/ | |
| TARGETPATH=$ROOTPATH$1 | |
| if [ -d "$TARGETPATH" ]; then | |
| echo "Listing contents of $TARGETPATH..." | |
| ls -al $TARGETPATH | |
| elif [ -f "$TARGETPATH" ]; then | |
| echo "$TARGETPATH is a file! Unable to list contents." |
| <!-- Syntax is based on Github-flavored Markdown. --> | |
| ## Section Headings | |
| Section text | |
| ```lang | |
| fenced(Code); | |
| ``` |
Intro to HTML
| var _ = require('underscore'); | |
| // Hey Iron Yard Hackers! Enjoy! | |
| // Make sure to open your js consoles! | |
| // __ _ ___ __ _ | |
| // __ __/ /_(_) (_) /_(_)__ _____ | |
| // / / / / __/ / / / __/ / _ \/ ___/ | |
| // / /_/ / /_/ / / / /_/ / __(__ ) | |
| // \__,_/\__/_/_/_/\__/_/\___/____/ |