]> git.mxchange.org Git - shipsimu.git/blobdiff - clear-cache.sh
Block helper added, login area with stubs
[shipsimu.git] / clear-cache.sh
diff --git a/clear-cache.sh b/clear-cache.sh
new file mode 100755 (executable)
index 0000000..fa6ee8d
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo "$0: Cleaning up..."
+rm -f templates/images/_cache/*.png application/ship-simu/templates/images/_cache/*.png
+
+echo "$0: All done."