Skip to content

Instantly share code, notes, and snippets.

View anEXPer's full-sized avatar

Jesse Thomas Alford anEXPer

View GitHub Profile
@anEXPer
anEXPer / keybase.md
Created April 6, 2018 18:36
keybase.md

Keybase proof

I hereby claim:

  • I am anexper on github.
  • I am anexper (https://keybase.io/anexper) on keybase.
  • I have a public key ASCk717lKJV8cOYSlm3f_WTZW4h35GphGWtcOAUiK3WyCwo

To claim this, I am signing this object:

@anEXPer
anEXPer / gcf-update
Created December 31, 2013 17:18
A quick shell script for installing the latest mac edge build of the cf cli.
#!/bin/bash
gcf --version
cd ~/Downloads
curl -sS http://go-cli.s3.amazonaws.com/gcf-darwin-amd64.tgz > cfcli.tgz
tar xjvf cfcli.tgz
rm cfcli.tgz
mv gcf /usr/local/bin
cd ~
gcf --version