4 lines
58 B
Text
4 lines
58 B
Text
|
#!/bin/sh
|
||
|
# turn off DMZ led
|
||
|
echo "0x00" > /proc/sys/diag
|