diff --git a/share/scripts/clean-cache.sh b/share/scripts/clean-cache.sh new file mode 100755 index 0000000..993c6b3 --- /dev/null +++ b/share/scripts/clean-cache.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +mv /exa2/wttr.in.cache /exa2/wttr.in.cache.old +mkdir /exa2/wttr.in.cache/ +rm -rf /exa2/wttr.in.cache.old