#!/bin/sh cd /output || exit # shellcheck disable=SC2010 ls | grep -v private | grep -v "$DOMAIN" | xargs -r rm -r