Compare commits

...

1 Commits

Author SHA1 Message Date
Mike Holloway
cd281ef461 On branch cleanup-function
Changes to be committed:
modified:   hash-files
	Add cleanup step for removing temp csv file
2022-03-26 21:21:08 -04:00

View File

@ -52,6 +52,7 @@ printf 'File: %s\nHash: %s\nMDLS Properties:\t%s\n' $1 $2 $3
}
cleanup () {
rm $temp_csv_file
write_log "Cleanup completed successfully."
}