aboutsummaryrefslogtreecommitdiff
path: root/straper
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-03-19 22:00:55 +0100
committerLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-03-19 22:00:55 +0100
commite242bb24c739e16fb5d20842fcac73ee7e726409 (patch)
treeea34c550117aa25bba5c99c6b56a7e4f83f51418 /straper
parent0ad332db7e3ea4f0fce0f4db332193883ebec254 (diff)
downloadbin-e242bb24c739e16fb5d20842fcac73ee7e726409.tar.gz
bin-e242bb24c739e16fb5d20842fcac73ee7e726409.zip
cleaned up the dir and some code
Diffstat (limited to 'straper')
-rw-r--r--straper/.restore-configs.sh.swpbin53248 -> 0 bytes
-rwxr-xr-xstraper/lib/common.sh (renamed from straper/common.sh)0
-rwxr-xr-xstraper/lint-db.sh2
-rw-r--r--straper/sanctum-rebuild-toolkit.tar.gzbin14623 -> 0 bytes
4 files changed, 1 insertions, 1 deletions
diff --git a/straper/.restore-configs.sh.swp b/straper/.restore-configs.sh.swp
deleted file mode 100644
index 68b8429..0000000
--- a/straper/.restore-configs.sh.swp
+++ /dev/null
Binary files differ
diff --git a/straper/common.sh b/straper/lib/common.sh
index 32f3581..32f3581 100755
--- a/straper/common.sh
+++ b/straper/lib/common.sh
diff --git a/straper/lint-db.sh b/straper/lint-db.sh
index dc0de37..0b961bc 100755
--- a/straper/lint-db.sh
+++ b/straper/lint-db.sh
@@ -3,7 +3,7 @@ set -Eeuo pipefail
SCRIPT_DIR="$(cd -- "$(dirname -- "$0")" && pwd)"
# shellcheck disable=SC1091
-source "${SCRIPT_DIR}/common.sh"
+source "${SCRIPT_DIR}/lib/common.sh"
SCRIPT_NAME="lint-db.sh"
ISSUES=0
diff --git a/straper/sanctum-rebuild-toolkit.tar.gz b/straper/sanctum-rebuild-toolkit.tar.gz
deleted file mode 100644
index 5a49146..0000000
--- a/straper/sanctum-rebuild-toolkit.tar.gz
+++ /dev/null
Binary files differ