We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879da62 commit a9ba615Copy full SHA for a9ba615
src/libpostal_data
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+set -e
4
+
5
if [ "$#" -lt 3 ]; then
6
echo "Usage: ./libpostal_data [upload|download] [base|geodb] data_dir"
7
exit 1
0 commit comments