remove.sh 401 Bytes
#! /bin/bash
# this script is used to rename files
# the orignal filename is as XXXX_1.obj
# and the final filename is as XXX_0001.obj the width of the num  is given as a parameter
num=$1
mkdir /Users/xiepengchong/Desktop/发版包/hehua/${num}
cp app/build/outputs/apk/*/release/*.apk /Users/xiepengchong/Desktop/发版包/hehua/${num}
cp rename.sh /Users/xiepengchong/Desktop/发版包/hehua/${num}