Auto_Powerup_by_RTC/set-wakeup
2022-07-04 17:14:30 +02:00

4 lines
64 B
Bash
Executable File

#!/bin/bash
rtcwake -m no -t$(date -d sunday03:58 +%s);
exit 0;