mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 06:34:03 +02:00
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
|