Skip to content

Commit

Permalink
Add overview section
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo committed Oct 17, 2016
1 parent 2667b71 commit 60a3317
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ http_tools.sh
md_tools.sh
```

## Overview

Bash script ``cget.sh`` retrieves and caches HTTP resources on disk. A previously cached resource is retrieved via HTTP Conditional GET [RFC 7232]. If the web server responds with HTTP 200 OK, the resource is cached and written to stdout. If the web server responds with 304 Not Modified, the cached resource is written to stdout instead.

See the inline help file for details:

```Shell
$ $BIN_DIR/cget.sh -h
```

## Compatibility

Shell scripts are compatible with both GNU/Linux and Mac OS. XSLT scripts are written in XSLT 1.0.
Expand Down

0 comments on commit 60a3317

Please sign in to comment.