From 44d3715566908245030b006731360e44d3541440 Mon Sep 17 00:00:00 2001 From: wasabi Date: Fri, 9 Aug 2024 23:02:40 -0500 Subject: [PATCH] restructured directory structure --- estimate.pl => src/estimate.pl | 0 fixlist.sh => src/fixlist.sh | 0 transfer.pl => src/transfer.pl | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename estimate.pl => src/estimate.pl (100%) rename fixlist.sh => src/fixlist.sh (100%) rename transfer.pl => src/transfer.pl (100%) diff --git a/estimate.pl b/src/estimate.pl similarity index 100% rename from estimate.pl rename to src/estimate.pl diff --git a/fixlist.sh b/src/fixlist.sh similarity index 100% rename from fixlist.sh rename to src/fixlist.sh diff --git a/transfer.pl b/src/transfer.pl similarity index 100% rename from transfer.pl rename to src/transfer.pl