7 lines
129 B
Bash
Executable File
7 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./import_pbs_xml.py || exit 1
|
|
./render_pbs_criteria.py || exit 1
|
|
./find_pbs_brand_names.py || exit 1
|
|
./export_db.sh
|