1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/acpid/suspend
2022-09-11 23:18:40 +02:00

7 lines
95 B
Bash

#!/bin/sh
if command -v zzz >/dev/null; then
zzz "$@"
else
echo 'mem' > /sys/power/state
fi