Skip to content

Instantly share code, notes, and snippets.

View wdawson's full-sized avatar

Wils Dawson wdawson

View GitHub Profile
@wdawson
wdawson / git-clean-branches.sh
Created January 4, 2017 19:57
Bash script to remove git branches and remote tracking branches (named the same thing in your origin remote)
#!/bin/bash
RED='\033[1;31m'
YELLOW='\033[1;33m'
WHITE='\033[1;37m'
@wdawson
wdawson / keybase.md
Created September 11, 2016 02:09
Keybase Identity Proofing

Keybase proof

I hereby claim:

  • I am wdawson on github.
  • I am wilsdawson (https://keybase.io/wilsdawson) on keybase.
  • I have a public key ASBbhLKGsMrvUsV6ZpjsByWrPKYDD7_FOUux7AHf6nsy3Ao

To claim this, I am signing this object:

@wdawson
wdawson / cert_check.sh
Created November 10, 2015 19:22
Check Server's SSL Certificate
echo '' | openssl s_client -connect www.okta.com:443