From 91e5e72f252cf6728f0068559adfe2902e484217 Mon Sep 17 00:00:00 2001 From: Wessel Tip Date: Thu, 11 Sep 2025 10:14:31 +0200 Subject: [PATCH] fix(joz): Move bin files to own dir --- bin/{ => joz}/.expect-btg-login | 0 bin/{ => joz}/.expect-btg-pass | 0 bin/{ => joz}/.expect-btg-test-jozagv | 0 bin/{ => joz}/btg | 0 bin/{ => joz}/btg-download | 0 bin/{ => joz}/btg-download-database | 0 bin/{ => joz}/btg-download-full | 0 bin/{ => joz}/btg-download-jozagv | 0 bin/{ => joz}/btg-download-logs | 0 bin/{ => joz}/btg-download-map | 0 bin/{ => joz}/btg-download-ram | 0 bin/{ => joz}/btg-mount-fs | 0 bin/{ => joz}/btg-ping | 0 bin/{ => joz}/btg-scp | 0 bin/{ => joz}/btg-test-jozagv | 0 bin/{ => joz}/btg-upload-database | 0 bin/{ => joz}/btg-upload-jozagv | 0 bin/{ => joz}/btg-upload-jozagv-configs | 0 bin/{ => joz}/btg-upload-jozagv-debug | 0 bin/{ => joz}/btg-upload-jozagv-release | 0 bin/{ => joz}/btg-upload-map | 0 bin/{ => joz}/btg-upload-ram | 0 bin/{ => joz}/btg-upload-remote | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename bin/{ => joz}/.expect-btg-login (100%) rename bin/{ => joz}/.expect-btg-pass (100%) rename bin/{ => joz}/.expect-btg-test-jozagv (100%) rename bin/{ => joz}/btg (100%) rename bin/{ => joz}/btg-download (100%) rename bin/{ => joz}/btg-download-database (100%) rename bin/{ => joz}/btg-download-full (100%) rename bin/{ => joz}/btg-download-jozagv (100%) rename bin/{ => joz}/btg-download-logs (100%) rename bin/{ => joz}/btg-download-map (100%) rename bin/{ => joz}/btg-download-ram (100%) rename bin/{ => joz}/btg-mount-fs (100%) rename bin/{ => joz}/btg-ping (100%) rename bin/{ => joz}/btg-scp (100%) rename bin/{ => joz}/btg-test-jozagv (100%) rename bin/{ => joz}/btg-upload-database (100%) rename bin/{ => joz}/btg-upload-jozagv (100%) rename bin/{ => joz}/btg-upload-jozagv-configs (100%) rename bin/{ => joz}/btg-upload-jozagv-debug (100%) rename bin/{ => joz}/btg-upload-jozagv-release (100%) rename bin/{ => joz}/btg-upload-map (100%) rename bin/{ => joz}/btg-upload-ram (100%) rename bin/{ => joz}/btg-upload-remote (100%) diff --git a/bin/.expect-btg-login b/bin/joz/.expect-btg-login similarity index 100% rename from bin/.expect-btg-login rename to bin/joz/.expect-btg-login diff --git a/bin/.expect-btg-pass b/bin/joz/.expect-btg-pass similarity index 100% rename from bin/.expect-btg-pass rename to bin/joz/.expect-btg-pass diff --git a/bin/.expect-btg-test-jozagv b/bin/joz/.expect-btg-test-jozagv similarity index 100% rename from bin/.expect-btg-test-jozagv rename to bin/joz/.expect-btg-test-jozagv diff --git a/bin/btg b/bin/joz/btg similarity index 100% rename from bin/btg rename to bin/joz/btg diff --git a/bin/btg-download b/bin/joz/btg-download similarity index 100% rename from bin/btg-download rename to bin/joz/btg-download diff --git a/bin/btg-download-database b/bin/joz/btg-download-database similarity index 100% rename from bin/btg-download-database rename to bin/joz/btg-download-database diff --git a/bin/btg-download-full b/bin/joz/btg-download-full similarity index 100% rename from bin/btg-download-full rename to bin/joz/btg-download-full diff --git a/bin/btg-download-jozagv b/bin/joz/btg-download-jozagv similarity index 100% rename from bin/btg-download-jozagv rename to bin/joz/btg-download-jozagv diff --git a/bin/btg-download-logs b/bin/joz/btg-download-logs similarity index 100% rename from bin/btg-download-logs rename to bin/joz/btg-download-logs diff --git a/bin/btg-download-map b/bin/joz/btg-download-map similarity index 100% rename from bin/btg-download-map rename to bin/joz/btg-download-map diff --git a/bin/btg-download-ram b/bin/joz/btg-download-ram similarity index 100% rename from bin/btg-download-ram rename to bin/joz/btg-download-ram diff --git a/bin/btg-mount-fs b/bin/joz/btg-mount-fs similarity index 100% rename from bin/btg-mount-fs rename to bin/joz/btg-mount-fs diff --git a/bin/btg-ping b/bin/joz/btg-ping similarity index 100% rename from bin/btg-ping rename to bin/joz/btg-ping diff --git a/bin/btg-scp b/bin/joz/btg-scp similarity index 100% rename from bin/btg-scp rename to bin/joz/btg-scp diff --git a/bin/btg-test-jozagv b/bin/joz/btg-test-jozagv similarity index 100% rename from bin/btg-test-jozagv rename to bin/joz/btg-test-jozagv diff --git a/bin/btg-upload-database b/bin/joz/btg-upload-database similarity index 100% rename from bin/btg-upload-database rename to bin/joz/btg-upload-database diff --git a/bin/btg-upload-jozagv b/bin/joz/btg-upload-jozagv similarity index 100% rename from bin/btg-upload-jozagv rename to bin/joz/btg-upload-jozagv diff --git a/bin/btg-upload-jozagv-configs b/bin/joz/btg-upload-jozagv-configs similarity index 100% rename from bin/btg-upload-jozagv-configs rename to bin/joz/btg-upload-jozagv-configs diff --git a/bin/btg-upload-jozagv-debug b/bin/joz/btg-upload-jozagv-debug similarity index 100% rename from bin/btg-upload-jozagv-debug rename to bin/joz/btg-upload-jozagv-debug diff --git a/bin/btg-upload-jozagv-release b/bin/joz/btg-upload-jozagv-release similarity index 100% rename from bin/btg-upload-jozagv-release rename to bin/joz/btg-upload-jozagv-release diff --git a/bin/btg-upload-map b/bin/joz/btg-upload-map similarity index 100% rename from bin/btg-upload-map rename to bin/joz/btg-upload-map diff --git a/bin/btg-upload-ram b/bin/joz/btg-upload-ram similarity index 100% rename from bin/btg-upload-ram rename to bin/joz/btg-upload-ram diff --git a/bin/btg-upload-remote b/bin/joz/btg-upload-remote similarity index 100% rename from bin/btg-upload-remote rename to bin/joz/btg-upload-remote