Ruby is very flexible and will allow you to butcher all of the good things about its syntax in a large variety of ways. Here we'll present, by example, how to keep things nice.
foo.bar(a)| #!/usr/bin/env bash | |
| # | |
| # Copyright (C) 2018 Iván Velencoso Montes <[email protected]>. | |
| # This file is licensed under the MIT license. | |
| # | |
| # Requirements: | |
| # | |
| # - Bash 3.x or higher | |
| # - sqlite3 | |
| # - gunzip / bzip2 (for compressed input) |