Add consistency to variable naming, using lowercase for non-exported variables and uppercase for expoered ine. Also made some grammar fixes and removed 'short' since it's not available yet.

This commit is contained in:
Sam Hardeman 2025-11-23 16:51:15 +01:00
parent 8f9bdfbb30
commit 405c1e7244
5 changed files with 59 additions and 80 deletions

2
shrc
View file

@ -12,7 +12,7 @@ fi
function md5_opt()
{
if [[ $DAISY_HAS_md5sum -eq 1 ]];
if [[ $daisy_has_md5sum -eq 1 ]];
then
echo $(md5sum "$1" | awk '{print $1}')
fi