MedicineSearch/full_build_db.sh

8 lines
155 B
Bash
Raw Normal View History

2023-01-24 19:58:17 +11:00
#!/bin/bash
2023-02-04 14:28:11 +11:00
./import_pbs_xml.py || exit 1
./render_pbs_criteria.py || exit 1
2023-02-04 15:48:44 +11:00
./import_non_pbs.py || exit 1
./find_brand_names.py || exit 1
2023-01-24 19:58:17 +11:00
./export_db.sh