8 wiersze
175 B
Bash
8 wiersze
175 B
Bash
#!/bin/sh
|
|
|
|
if [ -f /opt/wz_mini/tmp/.T20 ]; then
|
|
mount -t jffs2 /dev/mtdblock4 /system
|
|
elif [ -f /opt/wz_mini/tmp/.T31 ]; then
|
|
mount /dev/mtdblock3 /system
|
|
fi
|