her.esy.fun/engine/clean.sh

8 lines
128 B
Bash
Raw Normal View History

2019-09-25 14:31:47 +00:00
#!/usr/bin/env bash
2020-02-09 11:57:46 +00:00
cd $(git rev-parse --show-toplevel)
2019-12-22 23:01:06 +00:00
echo -n "* Clean site cache"
2019-09-25 14:31:47 +00:00
rm -rf _site
rm -rf _cache
2019-12-22 23:01:06 +00:00
echo " [done]"