0 Star 1 Fork 2

光年以外 / qqwry.dat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
get_chunzhen.sh 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
chunzhen_url=http://update.cz88.net/soft/setup.zip
innoextract_path='/bin/innoextract'
tem_dir=temp
current_dir=`pwd`
echo start down ip data
# prepare
rm -rfv $tem_dir
mkdir $tem_dir
cd $tem_dir
# down
wget $chunzhen_url
# unzip
unzip setup.zip
# extract
ls -al $innoextract_path
$innoextract_path setup.exe
# copy
qqwry_file=app/qqwry.dat
target_file="${current_dir}/qqwry_tem.dat"
echo $qqwry_file $target_file
cp $qqwry_file $target_file
cd $current_dir
rm -rfv $tem_dir
echo end down ip data
1
https://gitee.com/light-year/qqwry.dat.git
git@gitee.com:light-year/qqwry.dat.git
light-year
qqwry.dat
qqwry.dat
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891