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