Files
SmartSleep/log
2025-07-14 09:11:19 +02:00

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