Skip to content

Instantly share code, notes, and snippets.

View captainkovalsky's full-sized avatar
😃
I restored my old github WOW

Viktor Dzundza captainkovalsky

😃
I restored my old github WOW
View GitHub Profile
#!/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)