Mercurial Hosting > nabble
view clearCache.sh @ 40:f770c4076954
add install doc
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Tue, 14 Jul 2020 22:06:41 +0300 |
parents | 7ecd1a4ef557 |
children |
line wrap: on
line source
#!/bin/bash set -e cd `dirname $0` mkdir -p local/cache mv local/cache local/cache.old rm -rf local/cache.old & echo "cache cleared";