MedicineSearch/full_build_db.sh

7 lines
129 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
./find_pbs_brand_names.py || exit 1
2023-01-24 19:58:17 +11:00
./export_db.sh