#/bin/bash echo "Cleaning temporary files." if [[ -f .ignores ]] then for ig in $(cat .ignores) do rm -f "${ig}" done fi