Skip to content

Instantly share code, notes, and snippets.

@albandiguer
albandiguer / signoff
Created April 29, 2024 21:27 — forked from dhh/signoff
#!/usr/bin/env bash
# Abort sign off on any error
set -e
# Start the benchmark timer
SECONDS=0
# Repository introspection
OWNER=$(gh repo view --json owner --jq .owner.login)
@albandiguer
albandiguer / http statuses
Created February 19, 2013 00:48
http statuses
Status Code Status Message Symbol
1xx Informational
100 Continue :continue
101 Switching Protocols :switching_protocols
102 Processing :processing
2xx Success
200 OK :ok
201 Created :created
202 Accepted :accepted