Preparation and bake time: 1hour 20minutes
For 6 people:
- 25cl of water
- 80 gr of butter
#!/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` |