9 lines
213 B
Bash
9 lines
213 B
Bash
# sudo apt update
|
|
# sudo apt install p7zip-full unrar-free gpsbabel
|
|
|
|
python3 route_packager.py \
|
|
--input ./v4-scrape-675.tar.gz \
|
|
--out ./route-out \
|
|
--target both \
|
|
--name bg-mountain-routes \
|
|
--verbose |