Skip to content

Commit

Permalink
Write basic README
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandryackovlev committed Jul 19, 2019
1 parent df5d77b commit 8c89bf5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# bash-utils
A set of functions to simplify writing bash scripts
# bash-utils
[![Build Status](https://travis-ci.org/aleksandryackovlev/bash-utils.svg?branch=master)](https://travis-ci.org/aleksandryackovlev/bash-utils) ![GitHub release](https://img.shields.io/github/release/aleksandryackovlev/bash-utils.svg) ![GitHub](https://img.shields.io/github/license/aleksandryackovlev/bash-utils.svg)
A set of functions to simplify writing bash scripts.


## Installation
```shell
$ git clone https://github.com/aleksandryackovlev/bash-utils.git
$ cd bash-utils
$ make install
```

0 comments on commit 8c89bf5

Please sign in to comment.