2022-09-11 23:18:40 +02:00

8 lines
95 B
Bash

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