dotfiles/.local/bin/scripts/save

5 lines
122 B
Plaintext
Raw Normal View History

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