8 lines
155 B
Bash
Executable File
8 lines
155 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./import_pbs_xml.py || exit 1
|
|
./render_pbs_criteria.py || exit 1
|
|
./import_non_pbs.py || exit 1
|
|
./find_brand_names.py || exit 1
|
|
./export_db.sh
|