From cb481919c97d753f6a8ae8200b9016322feb3570 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger Date: Wed, 18 Jun 2025 01:29:54 +0200 Subject: [PATCH] Move old scripts into resources; They have no active use currently but good to keep for reference --- dot-install => resources/dot-install | 0 dot-install.py => resources/dot-install.py | 0 test-dot-install => resources/test-dot-install | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename dot-install => resources/dot-install (100%) rename dot-install.py => resources/dot-install.py (100%) rename test-dot-install => resources/test-dot-install (100%) diff --git a/dot-install b/resources/dot-install similarity index 100% rename from dot-install rename to resources/dot-install diff --git a/dot-install.py b/resources/dot-install.py similarity index 100% rename from dot-install.py rename to resources/dot-install.py diff --git a/test-dot-install b/resources/test-dot-install similarity index 100% rename from test-dot-install rename to resources/test-dot-install