summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-09-15 20:20:41 +0100
committerw0rp <devw0rp@gmail.com>2016-09-15 20:20:41 +0100
commit8cc28cdfbd34dd76bd1cd392747c266be7833494 (patch)
treec136f8753293246f8d837607268250eab41c8820 /README.md
parentd3047c9cf643cb80418b394c6cf16bc9dcec916d (diff)
downloadale-8cc28cdfbd34dd76bd1cd392747c266be7833494.zip
Add support for Bash and other shells. Add support for reading from stderr, and for generating the executable from functions. Both were needed to support shell linting.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f85ae38b..af452c63 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@ follow later.
| Language | Tools |
| -------- | ----- |
+| Bash | -n flag |
+| Bourne Shell | -n flag |
| JavaScript | [eslint](http://eslint.org/) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |