minetest-mm/get-debug
2020-11-04 18:11:19 +01:00

2 lines
117 B
Bash
Executable file

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