1 Star 0 Fork 3

bryan/adsb-scripts

forked from 小孟/adsb-scripts 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
osm_tiles_offline.sh 377 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthias Wirth 提交于 2022-04-16 17:42 . osm: announce when being done
#!/bin/bash
set -e
trap 'echo "[ERROR] Error in line $LINENO when executing: $BASH_COMMAND"' ERR
IPATH=/usr/local/share/osm_tiles_offline
mkdir -p "$IPATH"
cd "$IPATH"
F=osm_tiles_0_9.tar.gz
wget -O $F https://www.adsbexchange.com/myip/downloads/$F
echo Extracting, this will take a bit .....
tar --overwrite -x -f $F
rm -f $F
echo ................................. done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bryan007/adsb-scripts.git
git@gitee.com:bryan007/adsb-scripts.git
bryan007
adsb-scripts
adsb-scripts
master

搜索帮助