#!/usr/bin/env bash

git branch --no-color --merged | grep -v "\*" | grep -v master | tr -d ' '
