her.esy.fun/engine/clean.sh
Yann Esposito (Yogsototh) fe98c7dd13
script move
2020-02-09 12:57:46 +01:00

8 lines
128 B
Bash
Executable file

#!/usr/bin/env bash
cd $(git rev-parse --show-toplevel)
echo -n "* Clean site cache"
rm -rf _site
rm -rf _cache
echo " [done]"