#!/bin/bash if [ "x$1" = "xvery" ] then echo Very Clean ./build.sh veryclean else echo Clean ./build.sh clean fi