Mercurial Hosting > nabble
view clearCache.sh @ 50:806d3297f92b
allow custom nabble domains
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 27 Jun 2021 18:26:58 -0600 |
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";