#!/bin/sh test -L /var/cpanel/caches/showtemplate.stor && rm -f /var/cpanel/caches/showtemplate.stor test -d /var/cpanel/caches/showtemplate.stor && rm -rf /var/cpanel/caches/showtemplate.stor /bin/true