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