Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trscavo committed Oct 13, 2016
1 parent fd2b232 commit c677304
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Bash Library

A library of re-usable bash scripts

## Installation

Download the source, change directory to the source directory, and install the source into ``/tmp`` as follows:

```Shell
$ export BIN_DIR=/tmp/bin
$ export LIB_DIR=/tmp/lib
$ ./install.sh $BIN_DIR $LIB_DIR
```

or install into your home directory:

```Shell
$ export BIN_DIR=$HOME/bin
$ export LIB_DIR=$HOME/lib
$ ./install.sh $BIN_DIR $LIB_DIR
```

An installation directory will be created if it doesn't already exist.

## Compatibility

These scripts are compatible with GNU/Linux and Mac OS.

## Dependencies

None

0 comments on commit c677304

Please sign in to comment.