Skip to content

Instantly share code, notes, and snippets.

View wtlangford's full-sized avatar

William Langford wtlangford

  • DigitalOcean
  • United States
View GitHub Profile

Keybase proof

I hereby claim:

  • I am wtlangford on github.
  • I am wtlangford (https://keybase.io/wtlangford) on keybase.
  • I have a public key ASAnPWj-9hGF5qgXfdFenB2CQb8Bej_K1isa92h3uTqe9go

To claim this, I am signing this object:

@wtlangford
wtlangford / ios-compile.sh
Created June 25, 2014 02:29
libjq ios-compile.sh
#!/bin/bash
# old values
OLD_CFLAGS=$CFLAGS
OLD_LDFLAGS=$LDFLAGS
# might fail. This is okay.
make distclean
rm -rf `pwd`/build/ios
@wtlangford
wtlangford / yolo.zsh
Last active August 29, 2015 13:57
alias yolo='sudo !!'
# only works in zshell. Does not work in bash.
alias yolo="sudo \$(history | tail -1 | awk \"{\\\$1 = \\\"\\\"; print \\\$0}\")"