From 6e6b615f991a242144207e3164e53b6992971f21 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 27 Aug 2024 09:12:23 +0200 Subject: [PATCH] move test scripts to ./helperscripts --- {scripts => helperscripts}/flashMBO.sh | 0 {scripts => helperscripts}/flashMBO_single.sh | 0 {scripts => helperscripts}/fpga_count.sh | 0 {scripts => helperscripts}/fpga_info_loop.sh | 0 {scripts => helperscripts}/powerboard_set_all.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {scripts => helperscripts}/flashMBO.sh (100%) rename {scripts => helperscripts}/flashMBO_single.sh (100%) rename {scripts => helperscripts}/fpga_count.sh (100%) rename {scripts => helperscripts}/fpga_info_loop.sh (100%) rename {scripts => helperscripts}/powerboard_set_all.sh (100%) diff --git a/scripts/flashMBO.sh b/helperscripts/flashMBO.sh similarity index 100% rename from scripts/flashMBO.sh rename to helperscripts/flashMBO.sh diff --git a/scripts/flashMBO_single.sh b/helperscripts/flashMBO_single.sh similarity index 100% rename from scripts/flashMBO_single.sh rename to helperscripts/flashMBO_single.sh diff --git a/scripts/fpga_count.sh b/helperscripts/fpga_count.sh similarity index 100% rename from scripts/fpga_count.sh rename to helperscripts/fpga_count.sh diff --git a/scripts/fpga_info_loop.sh b/helperscripts/fpga_info_loop.sh similarity index 100% rename from scripts/fpga_info_loop.sh rename to helperscripts/fpga_info_loop.sh diff --git a/scripts/powerboard_set_all.sh b/helperscripts/powerboard_set_all.sh similarity index 100% rename from scripts/powerboard_set_all.sh rename to helperscripts/powerboard_set_all.sh -- 2.43.0