We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf9b14 commit a69f553Copy full SHA for a69f553
clean_logs.sh
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
2
cd "$(dirname $0)"
3
-rm -r logs/*.log* logs/error_logs_*/ || exit 0
+rm -r logs/*.log* logs/*memory*.png logs/error_logs_*/ || exit 0
0 commit comments