Skip to content

Commit

Permalink
Update download_spring_mesh.sh
Browse files Browse the repository at this point in the history
Different approach of supporting running the script from root dir
  • Loading branch information
salvaRC authored Feb 13, 2024
1 parent f4676ef commit 6e212c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/download_spring_mesh.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#! /bin/bash

bash scripts/download_physical_systems_data.sh full spring-mesh
# Change the directory to the script's directory, if it is not already
cd "$(dirname "$0")"

# Download the spring-mesh data
bash download_physical_systems_data.sh full spring-mesh
sleep 10

0 comments on commit 6e212c4

Please sign in to comment.