The issue in #66 was that I was using a variable rather than hard coding the test/ prefix for simulated data output. This should fix that. I had considered adding another parameter, but that did not seem worth it.
I also ran a shell linter on the bash script as a test, and this includes a number of suggestions from that, with no expected changes to behavior (mostly just quoting things)
Closes #66
The issue in #66 was that I was using a variable rather than hard coding the
test/
prefix for simulated data output. This should fix that. I had considered adding another parameter, but that did not seem worth it.I also ran a shell linter on the bash script as a test, and this includes a number of suggestions from that, with no expected changes to behavior (mostly just quoting things)