2 lines
63 B
Text
2 lines
63 B
Text
|
#!/bin/sh
|
||
|
echo $1 > /proc/hgic/testmode;cat /proc/hgic/testmode
|