mirror of
https://github.com/danog/gigaclone.git
synced 2025-01-22 05:31:28 +01:00
Updated url list
This commit is contained in:
parent
bdcb432460
commit
5ae2776f8c
@ -1,7 +1,5 @@
|
||||
# Gigaclone
|
||||
|
||||
[![Build Status](https://travis-ci.org/danog/gigaclone.svg?branch=master)](https://travis-ci.org/danog/gigaclone)
|
||||
|
||||
Script to clone the profile.gigaset.net firmware website.
|
||||
The above mentioned website contains all of the provisioning data and the firmwares for Siemens Gigaset devices.
|
||||
|
||||
|
@ -62,7 +62,7 @@ cd $tmp
|
||||
mkdir -p $tmp/test
|
||||
cd $tmp/test
|
||||
for f in $(sed 's/http:\/\/profile.gigaset.net\///g;s/^\/*//g' $dir/urllist);do {
|
||||
mkdir $f
|
||||
mkdir -p $f
|
||||
};done
|
||||
tree -T "profile.gigaset.net" -C -H http://profile.gigaset.net -o $dir/tree.html
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user