2 lines
48 B
Bash
2 lines
48 B
Bash
#!/bin/sh
|
|
sh -c 'echo "mem" > /sys/power/state'
|
#!/bin/sh
|
|
sh -c 'echo "mem" > /sys/power/state'
|