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

https://github.com/micnncim/bash-scripts

Collection of miscellaneous Bash scripts
https://github.com/micnncim/bash-scripts

Last synced: 4 months ago
JSON representation

Collection of miscellaneous Bash scripts

Awesome Lists containing this project

README

        

# Bash Scripts

A collection of miscellaneous Bash scripts.

## Requirement

- Bash 3+

## Usage

```console
$ cd /path/to/micnncim/scripts
$ bash /path/to/script
```

## Development

Follow [Google's Shell Style Guide](https://google.github.io/styleguide/shellguide.html).

Use the following tools:

- [ShellCheck](https://github.com/koalaman/shellcheck)
- [shfmt](https://github.com/mvdan/sh)
- `shfmt -i 2 -ci` follows Google's Style Guide