rogard
rogard
I get a fail at step 2: ``` gradlew shadowJar ``` https://scans.gradle.com/s/sc2a7tvd6dz7m ``` gradlew dist ``` https://gradle.com/s/dl2g3s572yz2s Operating System: Linux Mint 19 Kernel: Linux 4.15.0-20-generic Architecture: x86-64 wkhtmltopdf 0.12.4
Here's [a commit](https://github.com/rogard/helpers.sh/commit/678ba9786e3f2d8c73441fa9a239b7c8ccd965d7) that contains the code for the following output. For reproducibility, include the current `bach.sh` (3db30af). ``` $ ./er317_clone_test.sh 1..1 not ok 1 - clone env: 'bash': No...
Hello, The following use-case, which is based on [the documentation](https://github.com/bach-sh/bach?tab=readme-ov-file#a-complete-example), breaks separation of concern due to the present of `source`: ``` $ cat use-case.sh # shebang source '/path/to/bach.sh' test-rm-rf() {...