All biengeo bash scripts now accept command line options to specify psql user, host, and database values. These options are the same as those defined by the psql command. If an invalid option is given to a script, a usage message is printed and the script quits. For example: setup.sh -U bien -h localhost -d geoscrub_test
Added cmd-line options to biengeo bash scripts.
All biengeo bash scripts now accept command line options to specify psql
user, host, and database values.
These options are the same as those defined by the psql command.
If an invalid option is given to a script, a usage message is printed
and the script quits.
For example:
setup.sh -U bien -h localhost -d geoscrub_test