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

https://github.com/simonwhitaker/linter-checkbashisms

An Atom plugin that runs checkbashisms as a linter on shell scripts
https://github.com/simonwhitaker/linter-checkbashisms

Last synced: 12 months ago
JSON representation

An Atom plugin that runs checkbashisms as a linter on shell scripts

Awesome Lists containing this project

README

          

# checkbashisms for Atom

This Atom plugin runs the `checkbashisms` script as a linter on shell scripts.

Bashisms are constructs often found in shell scripts that are only guaranteed to work on bash and other bash-like shells. You should avoid them, because they might not do what you expect on all shells.

## How does it look?

![](https://raw.githubusercontent.com/simonwhitaker/atom-checkbashisms/master/screenshot.png)

## Prerequisites

You'll need a copy of `checkbashisms` installed on your `$PATH`. You can also
manually set the path in Atom's settings.

On Debian-style Linuxes:

apt-get install devscripts

On Mac OS X:

brew install checkbashisms