her.esy.fun/clean.sh
Yann Esposito (Yogsototh) 5be92b888d wip
2019-12-23 00:01:06 +01:00

7 lines
92 B
Bash
Executable file

#!/usr/bin/env bash
echo -n "* Clean site cache"
rm -rf _site
rm -rf _cache
echo " [done]"