workadventure/certdumper_post.sh

7 lines
117 B
Bash
Raw Permalink Normal View History

2021-04-27 18:16:05 +00:00
#!/bin/sh
cd /output || exit
# shellcheck disable=SC2010
ls | grep -v private | grep -v "$DOMAIN" | xargs -r rm -r