Add home/bin folder

This commit is contained in:
Ian Keane 2022-06-07 15:44:19 -04:00
parent 9a6bfc1daf
commit 994f3b8320
4 changed files with 81 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/bin/bash
git fetch --all -p; git branch -vv | grep ": gone]" | awk '{ print $1 }' | xargs -r -n 1 git branch -D