1 Star 0 Fork 0

i_xxg/xiaoya

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rebuild_xy_config.sh 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
i_xxg 提交于 2024-01-28 01:12 . 测试文件
#!/bin/bash
mkdir -p /media/temp
cd /media/temp
#wget -4 -N --show-progress "$docker_addr/d/元数据/config.mp4"
#wget -4 -N --show-progress "$docker_addr/d/元数据/pikpak.mp4"
#wget -4 -N --show-progress "$docker_addr/d/元数据/all.mp4"
aria2c -o config.mp4 --auto-file-renaming=false -c -x6 "$docker_addr/d/元数据/config.mp4"
cd /media
echo "执行解压............"
start_time1=`date +%s`
7z x -aoa -mmt=16 temp/config.mp4 2>/dev/null
end_time1=`date +%s`
total_time1=$((end_time1 - start_time1))
total_time1=$((total_time1 / 60))
echo "解压执行时间:$total_time1 分钟"
#echo "执行替换DOCKER_ADDRESS............"
#start_time2=`date +%s`
#find ./ -name "*.strm" -exec sed \-i "s#DOCKER_ADDRESS#$docker_addr#g; s# #%20#g; s#|#%7C#g" {} \;
#fdfind --extension strm --exec sed \-i "s#DOCKER_ADDRESS#$docker_addr#g; s# #%20#g; s#|#%7C#g" {} \;
#chmod -R 777 *
#end_time2=`date +%s`
#total_time2=$((end_time2 - start_time2))
#total_time2=$((total_time2 / 60))
#echo "替换执行时间:$total_time2 分钟"
echo -e "\033[33m"
echo "config已经解压完成,请检查是否正常!"
echo -e "\033[0m"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/i-xxg/xiaoya.git
[email protected]:i-xxg/xiaoya.git
i-xxg
xiaoya
xiaoya
master

搜索帮助