From 013f7d02bdcc36320883d28a0f72bf72d9c64c00 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Tue, 24 Jan 2023 19:58:17 +1100 Subject: [PATCH] Add DB build script --- find_pbs_brand_names.py | 1 + full_build_db.sh | 6 ++++++ import_pbs_xml.py | 1 + render_pbs_criteria.py | 1 + 4 files changed, 9 insertions(+) mode change 100644 => 100755 find_pbs_brand_names.py create mode 100755 full_build_db.sh mode change 100644 => 100755 import_pbs_xml.py mode change 100644 => 100755 render_pbs_criteria.py diff --git a/find_pbs_brand_names.py b/find_pbs_brand_names.py old mode 100644 new mode 100755 index b09d790..a7bf684 --- a/find_pbs_brand_names.py +++ b/find_pbs_brand_names.py @@ -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 diff --git a/full_build_db.sh b/full_build_db.sh new file mode 100755 index 0000000..988bf9c --- /dev/null +++ b/full_build_db.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +./import_pbs_xml.py +./render_pbs_criteria.py +./find_pbs_brand_names.py +./export_db.sh diff --git a/import_pbs_xml.py b/import_pbs_xml.py old mode 100644 new mode 100755 index abf17f3..c59f8bd --- a/import_pbs_xml.py +++ b/import_pbs_xml.py @@ -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 diff --git a/render_pbs_criteria.py b/render_pbs_criteria.py old mode 100644 new mode 100755 index 901f89a..9fead89 --- a/render_pbs_criteria.py +++ b/render_pbs_criteria.py @@ -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