1
0
Fork 0

Add Shellcheck

This commit is contained in:
Starbeamrainbowlabs 2016-10-18 08:44:20 +01:00 committed by GitHub
parent 46a10f4c6d
commit 2c335b7327
1 changed files with 1 additions and 0 deletions

View File

@ -29,3 +29,4 @@ These boxes aren't quite full enough to be put into the main warehouse inventory
- [Up1](https://github.com/Upload/Up1) - A client-side-encrypted image / text / file host that encrypts files on the client, so the server doesn't know anything about the files it is hosting.
- [ImDisk Toolkit](http://reboot.pro/files/file/284-imdisk-toolkit/) - A fantasic toolkit for mounting all sorts image files. Uses and extends [Imdisk](http://www.ltr-data.se/opencode.html/#ImDisk) as a backend. Allows creation of ramdisks that are dynamically allocated, and the mounting of many different virtual hard disk files too.
- [ttystudio](https://github.com/chjj/ttystudio) - An easy to use terminal recorder. Uses Node.js. Run `npm install ttystudio`.
- [ShellCheck](https://www.shellcheck.net/) - An online tool that checks your bash scripts for common mistakes. Also available in other formats, such as through `apt`.