Skip to content
download.sh 236 B
Newer Older
Thomas Huetter's avatar
Thomas Huetter committed
#!/bin/bash

# Download the XML file.
wget -v http://www.ins.cwi.nl/projects/xmark/Assets/standard.gz

# Download the DTD file.
wget -v http://www.ins.cwi.nl/projects/xmark/Assets/auction.dtd

# Extract the XML file.
gzip -d standard.gz