Skip to content

Commit

Permalink
Improved build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Sep 19, 2023
1 parent 05aef4d commit a9caaf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/bash
#
# Build the database and add placename data

set -o errexit # Exit when a command fails

python build_db.py
python add_placename_data.py

0 comments on commit a9caaf3

Please sign in to comment.