6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
journalctl -b | grep -i "systemd-sleep\|sleep\.target" | tail -n 25
|
|
echo
|
|
journalctl -t "SmartSleep" | tail -n 30
|