Quenelles:
| Ingredient | Quantity |
|---|---|
| Butter | 120 gr |
| Flour | 200 gr |
| Milk | 75 cl |
| White fish | 200 gr |
| #!/bin/bash -e | |
| # | |
| # arg1, file with lines of copyright errors from wercker | |
| # e.g. | |
| # /pipeline/source/pom.xml: Copyright year is wrong; is 2019, should be 2020 | |
| # | |
| # NOTES: | |
| # - stash any local changes before running this script | |
| # - check the result with `git status` | |
| # - if needed, revert changes with `git reset --hard` |