summaryrefslogtreecommitdiffstats
path: root/bin/suspend_after
blob: 5f6cce44c144148cf9101e92dd8588a25adf8fc6 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash -e

trap 'kill $!' INT TERM EXIT
systemd-inhibit --what=handle-lid-switch sleep 1d &
eval "$*"
systemctl suspend