her.esy.fun/engine/clean.sh
Yann Esposito (Yogsototh) adda573e72
a bit of shellcheck
2020-02-10 09:42:17 +01:00

8 lines
140 B
Bash
Executable file

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