
stp-trget - retrieves a given test run's data files.

stp-trget ID [ ID [ ... ] ]

stp-trget will retrieve the data files for a given test request's test run and store them into a subdir in the current directory named as the test run's ID number. Skips arguments that are not numeric, issuing a warning.
This script is essentially just a wrapper around wget that pulls the data from a URL.

Displays the version number of the script and exits.
Displays a brief usage message
Displays the man page
The URL to retrieve data from. Will look for [url]/[ID NUM]/ By default, it uses http://khack.osdl.org/stp/.

wget, Pod::Usage, Getopt::Long

Bryce Harrington <bryce@osdl.org>

Copyright (C) 2004 Open Source Development Labs All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Revision: $Revision: 1.4 $