Add DB build script
This commit is contained in:
parent
96c9e962e1
commit
013f7d02bd
1
find_pbs_brand_names.py
Normal file → Executable file
1
find_pbs_brand_names.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# Copyright © 2023 Lee Yingtong Li (RunasSudo)
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
|
6
full_build_db.sh
Executable file
6
full_build_db.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
./import_pbs_xml.py
|
||||
./render_pbs_criteria.py
|
||||
./find_pbs_brand_names.py
|
||||
./export_db.sh
|
1
import_pbs_xml.py
Normal file → Executable file
1
import_pbs_xml.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# Copyright © 2023 Lee Yingtong Li (RunasSudo)
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
|
1
render_pbs_criteria.py
Normal file → Executable file
1
render_pbs_criteria.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# Copyright © 2023 Lee Yingtong Li (RunasSudo)
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
|
Loading…
Reference in New Issue
Block a user