Mercurial Hosting > nabble
view clearCache.sh @ 17:c9bbcebcf359
minor fix
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Thu, 09 Jan 2020 11:28:37 +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";