I have been attempting to make custom base curves in darktable using the following guide
https://web.archive.org/web/20170701041347/http://weeklyedit.com/basecurves/
and also using the replacement script from this location
https://gist.github.com/robertvalik/ee9bc87972e326311cef5f505d44cec3
Once I attempt to run the script I receive the message
rm: cannot remove 'basecurve.dat': No such file or directory
rm: cannot remove 'basecurve.fit.dat': No such file or directory
rm: cannot remove 'basecurve.sh': No such file or directory
rm: cannot remove 'dt-curve-tool.bin': No such file or directory
rm: cannot remove 'tonecurve.dat': No such file or directory
rm: cannot remove 'tonecurve.fit.dat': No such file or directory
./script.zsh:5: no matches found: *.bash_history
cat: iso_model_db: No such file or directory
for the original script and the message
ls: cannot access '*.bash_history': No such file or directory
or the replacement script.
I'm basically a beginner in regards to scripting and have struggled through the guide after having previous errors show but this error has got me stumped for several hours.
So if anyone can enlighten me, I would be very grateful.