#!/bin/sh ARGS='master..' if [ "$#" -gt 0 ]; then ARGS="$@" fi git diff --stat "$ARGS"