An open API service indexing awesome lists of open source software.

https://github.com/ishbguy/brof

A simple bash shell script profiler.
https://github.com/ishbguy/brof

bash profiler shell

Last synced: about 1 month ago
JSON representation

A simple bash shell script profiler.

Awesome Lists containing this project

README

          

# [brof](https://github.com/ishbguy/brof)

[![Version][versvg]][ver] [![License][licsvg]][lic]

[versvg]: https://img.shields.io/badge/version-v0.1.0-lightgrey.svg
[ver]: https://img.shields.io/badge/version-v0.1.0-lightgrey.svg
[licsvg]: https://img.shields.io/badge/license-MIT-green.svg
[lic]: https://github.com/ishbguy/brof/blob/master/LICENSE

A simple bash shell script profiler.

## Table of Contents

+ [:art: Features](#art-features)
+ [:straight_ruler: Prerequisite](#straight_ruler-prerequisite)
+ [:rocket: Installation](#rocket-installation)
+ [:memo: Configuration](#memo-configuration)
+ [:notebook: Usage](#notebook-usage)
+ [:hibiscus: Contributing](#hibiscus-contributing)
+ [:boy: Authors](#boy-authors)
+ [:scroll: License](#scroll-license)

## :art: Features

+ Flat profile

## :straight_ruler: Prerequisite

> + awk

## :rocket: Installation

```
git clone https://github.com/ishbguy/brof
cd brof
export PATH="$PATH:$(pwd)/bin"
```

or

```
curl -fLo /path/to/brof.sh \
https://raw.githubusercontent.com/ishbguy/brof/master/bin/brof.sh
export PATH="$PATH:$ /path/to"
```

## :memo: Configuration

No.

## :notebook: Usage

```
prof.sh script.sh
```

## :hibiscus: Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## :boy: Authors

+ [ishbguy](https://github.com/ishbguy)

## :scroll: License

Released under the terms of the [MIT License](https://opensource.org/licenses/MIT).