mirror of https://github.com/hak5/openwrt.git
5 lines
99 B
Bash
5 lines
99 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# the following will suspend the Openmoko Freerunner to RAM
|
||
|
echo mem > /sys/power/state
|