dotfiles/.local/bin/scripts/save

5 lines
122 B
Text
Raw Normal View History

2023-04-12 08:35:48 +02:00
#!/bin/sh -e
2023-09-12 01:16:35 +02:00
# Put system to sleep after specified number of seconds
$(which timer || sleep) "${@:-10}"
2023-04-12 08:35:48 +02:00
systemctl suspend