moved to own sub directory, execute them as ./contrib/foo.sh
[shipsimu.git] / contrib / clear-cache.sh
diff --git a/contrib/clear-cache.sh b/contrib/clear-cache.sh
new file mode 100755 (executable)
index 0000000..54edf12
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo "$0: Cleaning up..."
+rm -f templates/images/_cache/*.png application/*/templates/images/_cache/*.png
+
+echo "$0: All done."