#!/bin/sh -e
# Put system to sleep after specified number of seconds
$(which timer || sleep) "${@:-10}"
systemctl suspend