her.esy.fun/engine/clean.sh
Yann Esposito (Yogsototh) fb11b23fec
remove themes
2020-02-13 00:39:46 +01:00

8 lines
158 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
rm -rf _cache
echo " [done]"