Skip to content

Commit

Permalink
Minor edits to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo committed Oct 15, 2016
1 parent 4c6b9fb commit 2667b71
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,6 @@

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:
Expand All @@ -36,11 +20,25 @@ $ export LIB_DIR=$HOME/lib
$ ./install.sh $BIN_DIR $LIB_DIR
```

An installation directory will be created if it doesn't already exist.
A target directory will be created if one doesn't already exist. The following files will be installed:

```Shell
$ ls -1 $BIN_DIR
cget.sh

$ ls -1 $LIB_DIR
command_paths.sh
compatible_date.sh
compatible_mktemp.sh
conditional_get.sh
extract_entity.xsl
http_tools.sh
md_tools.sh
```

## Compatibility

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

## Dependencies

Expand Down

0 comments on commit 2667b71

Please sign in to comment.