Skip to content

Instantly share code, notes, and snippets.

View ryancragun's full-sized avatar

Ryan Cragun ryancragun

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ryancragun on github.
  • I am ryancragun (https://keybase.io/ryancragun) on keybase.
  • I have a public key ASDZWnLbo07D2SwnbuOe0GNrZuzf7vhNT78W8Zq7f257hQo

To claim this, I am signing this object:

#!/usr/bin/env bash
# A hacky fixer for copyloopvar errors
go install github.com/karamaru-alpha/copyloopvar/cmd/copyloopvar@latest
cmd="sed"
if uname -s | grep Darwin; then
cmd="gsed"
fi