From ac08aa57507e420754e1dd2ebe83f74531e13d9d Mon Sep 17 00:00:00 2001 From: jblu Date: Mon, 9 May 2022 11:52:03 -0500 Subject: [PATCH] planning installer crawler --- python/installer_crawler.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/installer_crawler.py diff --git a/python/installer_crawler.py b/python/installer_crawler.py new file mode 100644 index 0000000..2f417a4 --- /dev/null +++ b/python/installer_crawler.py @@ -0,0 +1,5 @@ +# Requirements +# Copy all of the files from the W:\Installers folder to any local folder on the laptop +# Build a manifest +# Determine the difference between the current W:\Installers and the destination manifest +# RSYNC? \ No newline at end of file