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.

12 lines
241 B

1 month ago
#!/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