Skip to content

Commit

Permalink
Fix bug in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo committed Oct 17, 2016
1 parent c007ad4 commit efafb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ Bash script ``cget.sh`` retrieves and caches HTTP resources on disk. A previousl

```Shell
$ MD_LOCATION=http://md.incommon.org/InCommon/InCommon-metadata.xml
$ CACHE_DIR=/tmp/http_cache
$ export CACHE_DIR=/tmp/http_cache
$ $BIN_DIR/cget.sh $MD_LOCATION > /dev/null
$ echo $?
0
$ ls -1 $CACHE_DIR
885d2eedcad7d0355da5bb9e648833ec_content
885d2eedcad7d0355da5bb9e648833ec_headers
$ cat /tmp/http_cache/885d2eedcad7d0355da5bb9e648833ec_headers
$ cat $CACHE_DIR/885d2eedcad7d0355da5bb9e648833ec_headers
HTTP/1.1 200 OK
Date: Mon, 17 Oct 2016 17:26:58 GMT
Server: Apache
Expand Down

0 comments on commit efafb11

Please sign in to comment.