Skip to content

Commit

Permalink
Merge pull request #4 from relh/patch-2
Browse files Browse the repository at this point in the history
Update download_navier_stokes.sh
  • Loading branch information
salvaRC authored Feb 13, 2024
2 parents d075af7 + a48607b commit 4edc537
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/download_navier_stokes.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#! /bin/bash

# Change the directory to the script's directory, if it is not already
cd "$(dirname "$0")"

# Download the navier-stokes data
bash download_physical_systems_data.sh full navier-stokes-multi
sleep 5
sleep 5

0 comments on commit 4edc537

Please sign in to comment.