When you need to run a saved Project Tracker query or report repeatedly, try packaging
cURL commands in a shell script.
cURL is a command line tool for getting or sending files using URL syntax. It supports a
range of common Internet protocols, such as HTTP, HTTPS, FTP, and FTPS. For more information
about cURL, see the
cURL project
web site.Note: To use this example code, you must have cURL installed locally. You will
also need a working knowledge of Project Tracker, HTML, HTTP, and shell
scripting.