#!/bin/bash
# packages = audit

if [[ -f {{{ FILEPATH }}} ]]; then
    rm -f {{{ FILEPATH }}}
fi

