mirror of
https://github.com/rancher/os.git
synced 2025-08-02 07:24:28 +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
|