#!/bin/bash
git fetch -p
git branch -vv | grep ': entfernt]' | awk '{print $1}' | xargs git branch -D
