her.esy.fun/engine/clean.sh
Yann Esposito (Yogsototh) a89eece4c9
optim is a bit better
2020-02-29 18:19:00 +01:00

10 lines
221 B
Bash
Executable file

#!/usr/bin/env bash
cd "$(git rev-parse --show-toplevel)" || exit 1
echo -n "* Clean site cache"
find _site -mindepth 1 -delete
find _full -mindepth 1 -delete
find _optim -mindepth 1 -delete
rm -rf _cache
echo " [done]"