I hereby claim:
- I am andrewaylett on github.
- I am andrewaylett (https://keybase.io/andrewaylett) on keybase.
- I have a public key ASC1w-WVOj5pTgTbAhQbQ_9k5oa6VeSuAh1pCkD8DBqDGgo
To claim this, I am signing this object:
| #!/bin/bash | |
| set -euo pipefail | |
| for branch in $(git branch --format="%(refname:lstrip=2)" --merged) | |
| do | |
| echo "Considering $branch" | |
| if git config branch.$branch.remote | |
| then | |
| # Branch has remote tracking |
| #!/usr/bin/env sh | |
| in=$1 | |
| script=`mktemp -p .` | |
| awk '{ if (/^```/) { i++; next } if ( i % 2 == 1) { print } }' < $in > $script | |
| chmod a+x $script | |
| ./$script | |
| rm $script |
I hereby claim:
To claim this, I am signing this object: