add-get-debug #7

Merged
milan merged 1 commits from develop into master 2020-11-04 18:09:05 +01:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 2d5b7d9f60 - Show all commits

2
get-debug Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
cat debug.txt /home/minetest/.minetest/debug.txt | grep -e "WARNING\|ERROR\|Separator\|-------" | awk '!n[$0]++' > debug.txt