her.esy.fun/clean.sh

7 lines
92 B
Bash
Executable File

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