mirror of
https://github.com/MeexReay/pmos-xiaomi-angelican.git
synced 2025-06-24 10:32:59 +03:00
9 lines
235 B
Bash
9 lines
235 B
Bash
#!/bin/bash
|
|
|
|
tail -n 100 /tmp/full-kernel-trouble.txt > kernel-trouble.txt
|
|
|
|
less +G /tmp/full-kernel-trouble.txt
|
|
|
|
echo "Saved last 100 lines to \"$PWD/kernel-trouble.txt\""
|
|
echo "Full log was saved to \"/tmp/full-kernel-trouble.txt\""
|