#!/usr/bin/bash if [[ "$1" == "clean" ]]; then git clean -fdX else git "$@" fi