#!/bin/bash PURGE_DIR="binary/lliurex/docs" if [ -d "$PURGE_DIR" ] ; then rm -fr "$PURGE_DIR" fi exit 0