#!/bin/bash
# echo modified files to stdout
git status --porcelain | grep "^UU" | sed 's/^UU //'
