Files
workadventure/certdumper_post.sh
2021-04-27 20:16:05 +02:00

7 lines
117 B
Bash

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