blob: 5be42f0edc0a5a9e1136ed224b62535c4b410aec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
all: Dht_example_SVG.svg bt.svg
Dht_example_SVG.svg:
wget https://upload.wikimedia.org/wikipedia/commons/6/63/Dht_example_SVG.svg
infohash.png: # tole je treba pognati na strežniku b
./infohash.sh
bt.svg:
wget -O- https://upload.wikimedia.org/wikipedia/commons/0/09/BitTorrent_network.svg | sed -e s/Downloader/Soležnik/ -e s/Uploader/Soležnik/ > bt.svg
clean:
rm *.svg *.png *.tsv
|