Skip to content

Instantly share code, notes, and snippets.

View tairosonloa's full-sized avatar
🏡
Working remotely

Aitor Alonso tairosonloa

🏡
Working remotely
View GitHub Profile
@tairosonloa
tairosonloa / signoff
Created April 30, 2024 00:23 — 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)