#!/bin/bash
# echo modified files to stdout
git status --porcelain | egrep "^[ AR]M|^M " | sed 's/^...//'
