Skip to content

Instantly share code, notes, and snippets.

View usufruct's full-sized avatar

Mike Anderson usufruct

  • Chicago
View GitHub Profile
@terryp
terryp / what_am_i_running.sh
Last active August 29, 2015 14:02
Spent much of the past 24 hours on this. I don't even know why. Well, I think I know - I think I might have this above my PS1 prompt.
#!/bin/bash
#
# Color Reference /
# http://stackoverflow.com/questions/16843382/colored-shell-script-output-library
#
# Text Reset
RCol='\x1b[0m'