Skip to content

Instantly share code, notes, and snippets.

View satkinson138's full-sized avatar

Stephen Atkinson satkinson138

  • Finmark / BILL
  • Raleigh, NC
View GitHub Profile

Keybase proof

I hereby claim:

  • I am satkinson138 on github.
  • I am satkinson138 (https://keybase.io/satkinson138) on keybase.
  • I have a public key ASBmTaNVyeK1MqqGZGdCmH6sMCP-tLpzmwbijpSSxEn3xAo

To claim this, I am signing this object:

@satkinson138
satkinson138 / update_firefox
Last active January 10, 2017 20:51 — forked from flomotlik/update_firefox
Update Firefox version on Codeship
#!/bin/bash
# Add the following commands to your setup commands to update firefox
# https://gist.github.com/5394b2631a8caf8c7ee24bf815d3bbc3.git update_firefox
# bash ./update_firefox/update_firefox 28
# firefox --version
set -e
if [ -z "$1" ]; then