]> git.mxchange.org Git - hub.git/blob - clear-cache.sh
Added more tasks (see wiki: https://wiki.shipsimu.org/doku.php/de/projects/hub/applic...
[hub.git] / clear-cache.sh
1 #!/bin/sh
2
3 echo "$0: Cleaning up..."
4 rm -f templates/images/_cache/*.png application/*/templates/images/_cache/*.png
5
6 echo "$0: All done."