move some files around

This commit is contained in:
2026-06-11 20:03:20 +02:00
parent c4bcae753b
commit 170a4487c1
29 changed files with 10 additions and 7692 deletions

View File

@ -7,7 +7,7 @@ use File::Copy qw(copy);
use File::Path qw(rmtree make_path);
use Cwd qw(abs_path);
use FindBin;
use lib $FindBin::Bin;
use lib "$FindBin::Bin/Modules";
use Util;
# ========================================================================================= #