From 4c6b9fbcfa032ab51638f7c5e3122e86e620ca42 Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Fri, 14 Oct 2016 12:26:17 -0400 Subject: [PATCH] Add contents section to README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06a0d95..687acae 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,22 @@ A library of re-usable bash scripts +## Contents + +Executables: + +* cget.sh + +Library files: + +* command_paths.sh +* compatible_date.sh +* compatible_mktemp.sh +* conditional_get.sh +* extract_entity.xsl +* http_tools.sh +* md_tools.sh + ## Installation Download the source, change directory to the source directory, and install the source into ``/tmp`` as follows: @@ -24,7 +40,7 @@ An installation directory will be created if it doesn't already exist. ## Compatibility -These scripts are compatible with GNU/Linux and Mac OS. +Shell scripts are compatible with GNU/Linux and Mac OS. XSLT scripts are written in XSLT 1.0. ## Dependencies