2 lines
137 B
Bash
Executable file
2 lines
137 B
Bash
Executable file
#!/bin/bash
|
|
cat debug.txt /home/minetest/.minetest/debug.txt | grep -e "WARNING\|ERROR\|Separator\|-------" | awk '!n[$0]++' > debug.txt
|