mirror of
https://github.com/pgrondek/config.git
synced 2024-11-26 13:44:23 +00:00
4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
git branch --merged|egrep -v "(^*|master|dev)" | xargs git branch -d
|