Auto_Powerup_by_RTC/set-wakeup

4 lines
64 B
Plaintext
Raw Normal View History

2022-07-04 17:14:30 +02:00
#!/bin/bash
rtcwake -m no -t$(date -d sunday03:58 +%s);
exit 0;