Skip to content

Commit

Permalink
forgot var
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperSkytte committed Dec 21, 2023
1 parent 80142fa commit d5b2ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ main() {

main |& tee "${results_dir}/${logFile}"

mv results "${results_dir}_${timestamp}"
mv "${results_dir}" "${results_dir}_${timestamp}"

duration=$(printf '%02dh:%02dm:%02ds\n' $(($SECONDS/3600)) $(($SECONDS%3600/60)) $(($SECONDS%60)))
echo "Time elapsed: $duration!"

0 comments on commit d5b2ee4

Please sign in to comment.