Add DB build script

This commit is contained in:
RunasSudo 2023-01-24 19:58:17 +11:00
parent 96c9e962e1
commit 013f7d02bd
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
4 changed files with 9 additions and 0 deletions

1
find_pbs_brand_names.py Normal file → Executable file
View 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
View 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
View 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
View 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