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
- Host: GitHub
- URL: https://github.com/micnncim/bash-scripts
- Owner: micnncim
- Created: 2020-05-11T13:25:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-23T08:34:17.000Z (about 4 years ago)
- Last Synced: 2025-01-04T23:26:56.778Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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