dotfiles/.bin/OLD/mysuspend

5 lines
143 B
Plaintext
Raw Normal View History

#!/bin/sh
echo "Attempt to suspend at $(/bin/date)" >> /tmp/suspend
/usr/sbin/zzz
echo "Resuming from suspend at $(/bin/date)" >> /tmp/suspend