mirror of
https://github.com/rancher/os.git
synced 2025-09-18 08:06:48 +00:00
5 lines
78 B
Bash
Executable File
5 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
if [ "$3" = "close" ]; then
|
|
echo -n "mem" > /sys/power/state
|
|
fi
|