You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
241 B
11 lines
241 B
#!/bin/sh
|
|
if [ $# != 1 ] ; then
|
|
echo "please input versin num param, like 1.0.120"
|
|
exit 1;
|
|
fi
|
|
|
|
|
|
ls -l /data/wwwroot/pandora_patch/android/en/$1
|
|
ls -l /data/wwwroot/pandora_patch/android/huawei/$1
|
|
ls -l /data/wwwroot/pandora_patch/ios/en/$1
|
|
|
|
|