about summary refs log tree commit diff
path: root/bundles/hdidle/files/cron_job
blob: c4d8209ad743e89d54b4a5809612802505fad6a9 (plain) (blame)
1
2
3
4
5
#!/bin/sh
set -eu
/usr/bin/hdidle >/dev/null 2>&1 &&
	tgnotify '💤*shimakaze/hdidle*\nput drives to sleep' >/dev/null 2>&1
exit 0