On Tue, 19 Aug 2008, Matthias Julius wrote: > How about adding a symlink to the download directory called > "josm-testing" (to adopt the Debian way of having "unstable", > "testing" and "stable") or so? The link in the wiki could point to > that.
Try one of these (using linux): wget -q josm.openstreetmap.de -O - |perl -ne 'system "wget $1 -O josm-testing.jar" if /(http:.*).>latest more or less/' perl -e '$_=qx/wget -q josm.openstreetmap.de -O -/; system qq/wget $1 -O josm-testing.jar/ if /(http:.*?).>latest more/' Ciao -- http://www.dstoecker.eu/ (PGP key available) _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/josm-dev
