diff options
| author | Lukasz Kasprzak <lukasz.kasprzak@pm.me> | 2026-03-19 22:00:55 +0100 |
|---|---|---|
| committer | Lukasz Kasprzak <lukasz.kasprzak@pm.me> | 2026-03-19 22:00:55 +0100 |
| commit | e242bb24c739e16fb5d20842fcac73ee7e726409 (patch) | |
| tree | ea34c550117aa25bba5c99c6b56a7e4f83f51418 /straper | |
| parent | 0ad332db7e3ea4f0fce0f4db332193883ebec254 (diff) | |
| download | bin-e242bb24c739e16fb5d20842fcac73ee7e726409.tar.gz bin-e242bb24c739e16fb5d20842fcac73ee7e726409.zip | |
cleaned up the dir and some code
Diffstat (limited to 'straper')
| -rw-r--r-- | straper/.restore-configs.sh.swp | bin | 53248 -> 0 bytes | |||
| -rwxr-xr-x | straper/lib/common.sh (renamed from straper/common.sh) | 0 | ||||
| -rwxr-xr-x | straper/lint-db.sh | 2 | ||||
| -rw-r--r-- | straper/sanctum-rebuild-toolkit.tar.gz | bin | 14623 -> 0 bytes |
4 files changed, 1 insertions, 1 deletions
diff --git a/straper/.restore-configs.sh.swp b/straper/.restore-configs.sh.swp Binary files differdeleted file mode 100644 index 68b8429..0000000 --- a/straper/.restore-configs.sh.swp +++ /dev/null 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 Binary files differdeleted file mode 100644 index 5a49146..0000000 --- a/straper/sanctum-rebuild-toolkit.tar.gz +++ /dev/null |
