2 lines
117 B
Bash
Executable file
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
|