Passing arguments to write_per_file

rewrite-2022-03-26
Mike Holloway 2 years ago
parent 30d39a1060
commit 986aada28f
  1. 2
      hash-files

@ -48,7 +48,7 @@ write_per_file () {
#====================================" #===================================="
# cat $temp_csv_file # cat $temp_csv_file
# write_log "$temp_csv_file written successfully." # write_log "$temp_csv_file written successfully."
echo "File write happens!" printf 'File: %s\nHash: %s\nMDLS Properties:\t%s\n' $1 $2 $3
} }
cleanup () { cleanup () {

Loading…
Cancel
Save