Merge pull request 'add-get-debug' (#7) from develop into master
Reviewed-on: #7
This commit is contained in:
commit
acac8346fa
1 changed files with 2 additions and 0 deletions
2
get-debug
Executable file
2
get-debug
Executable 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
|
Loading…
Reference in a new issue