I hereby claim:
- I am davidlanouette on github.
- I am dlanouettemi (https://keybase.io/dlanouettemi) on keybase.
- I have a public key ASAZAyYm-gcIwPhR5FIlCTDqwZxEMr351U_JcsNq0cAJ3Qo
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
import sys | |
import os | |
DEBUGGING = False | |
DRY_RUN = False | |
if (len(sys.argv) > 1): | |
print(f"First arg is {sys.argv[1]}") |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# Some things taken from here | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# Set the colours you can use | |
black='\033[0;30m' | |
white='\033[0;37m' | |
red='\033[0;31m' | |
green='\033[0;32m' |