Skip to content

Instantly share code, notes, and snippets.

View zacharyclaysmith's full-sized avatar

Zachary Smith zacharyclaysmith

View GitHub Profile
@zacharyclaysmith
zacharyclaysmith / deploy.sh
Created March 25, 2016 01:17
circleci -> ecs deploy.sh file
#!/usr/bin/env bash
set -e
set -x
set -ex
set -u
set -o pipefail
# more bash-friendly output for jq
JQ="jq --raw-output --exit-status"
@zacharyclaysmith
zacharyclaysmith / HttpStatusCode.swift
Created August 6, 2015 20:16
Http Status Code enum for Swift.
//
// HttpStatusCode.swift
//
// Created by Zachary Smith on 5/1/15.
// Copyright (c) 2015 Zachary Smith. All rights reserved.
//
import Foundation
/**