Skip to content

Commit

Permalink
Improve the scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis committed Aug 14, 2023
1 parent f5ac390 commit 58d3a39
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/generate-planet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
# or implied. See the License for the specific language governing permissions and limitations under
# the License.

# Start from the scripts directory
DIR="$(dirname "$0")"
cd "$DIR" || exit
cd ../basemap

echo ""
Expand Down
4 changes: 4 additions & 0 deletions scripts/test-basemap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@
# or implied. See the License for the specific language governing permissions and limitations under
# the License.

# Start from the scripts directory
DIR="$(dirname "$0")"
cd "$DIR" || exit
cd ../basemap


echo ""
echo "--------------------------------------------------------------------"
echo "Execute the Basemap workflow"
Expand Down
3 changes: 3 additions & 0 deletions scripts/test-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
# or implied. See the License for the specific language governing permissions and limitations under
# the License.

# Start from the scripts directory
DIR="$(dirname "$0")"
cd "$DIR" || exit
cd ../examples/openstreetmap

echo ""
Expand Down

0 comments on commit 58d3a39

Please sign in to comment.