#! /bin/bash if [ -z "$1" ] || [ $# -eq 0 ] then ninja -t clean else ninja -t clean $1 fi