From f1ec874f371d4fcb36c60a109306d4769a8be8fd Mon Sep 17 00:00:00 2001 From: Emily Frost Date: Fri, 14 Apr 2023 15:41:25 -0500 Subject: [PATCH] Created boneyard directory and moved the majority of old scriptlets there. --- boneyard/README.md | 4 ++++ apt-depend-check => boneyard/apt-depend-check | 0 .../fix-fileshare-permissions | 0 ftp-sync => boneyard/ftp-sync | 0 galaxy-s5-backup.sh => boneyard/galaxy-s5-backup.sh | 0 gnvim => boneyard/gnvim | 0 nkit => boneyard/nkit | 0 nm-vpn-pool => boneyard/nm-vpn-pool | 0 ps2-disc-rename => boneyard/ps2-disc-rename | 0 sfo-read => boneyard/sfo-read | 0 spawn => boneyard/spawn | 0 switch-rom-process => boneyard/switch-rom-process | 0 vita-sync => boneyard/vita-sync | 0 vm-mount => boneyard/vm-mount | 0 volctl => boneyard/volctl | 0 wandows.py => boneyard/wandows.py | 0 wine_starter_template.sh => boneyard/wine_starter_template.sh | 0 17 files changed, 4 insertions(+) create mode 100644 boneyard/README.md rename apt-depend-check => boneyard/apt-depend-check (100%) rename fix-fileshare-permissions => boneyard/fix-fileshare-permissions (100%) rename ftp-sync => boneyard/ftp-sync (100%) rename galaxy-s5-backup.sh => boneyard/galaxy-s5-backup.sh (100%) rename gnvim => boneyard/gnvim (100%) rename nkit => boneyard/nkit (100%) rename nm-vpn-pool => boneyard/nm-vpn-pool (100%) rename ps2-disc-rename => boneyard/ps2-disc-rename (100%) rename sfo-read => boneyard/sfo-read (100%) rename spawn => boneyard/spawn (100%) rename switch-rom-process => boneyard/switch-rom-process (100%) rename vita-sync => boneyard/vita-sync (100%) rename vm-mount => boneyard/vm-mount (100%) rename volctl => boneyard/volctl (100%) rename wandows.py => boneyard/wandows.py (100%) rename wine_starter_template.sh => boneyard/wine_starter_template.sh (100%) diff --git a/boneyard/README.md b/boneyard/README.md new file mode 100644 index 0000000..1a4164f --- /dev/null +++ b/boneyard/README.md @@ -0,0 +1,4 @@ +# The Boneyard +All the scriptlets that no longer make sense to keep cluttering up the repo's namespace. Maybe +they're for long-gone setups or projects that aren't a thing anymore, but they haven't been used in +ages. diff --git a/apt-depend-check b/boneyard/apt-depend-check similarity index 100% rename from apt-depend-check rename to boneyard/apt-depend-check diff --git a/fix-fileshare-permissions b/boneyard/fix-fileshare-permissions similarity index 100% rename from fix-fileshare-permissions rename to boneyard/fix-fileshare-permissions diff --git a/ftp-sync b/boneyard/ftp-sync similarity index 100% rename from ftp-sync rename to boneyard/ftp-sync diff --git a/galaxy-s5-backup.sh b/boneyard/galaxy-s5-backup.sh similarity index 100% rename from galaxy-s5-backup.sh rename to boneyard/galaxy-s5-backup.sh diff --git a/gnvim b/boneyard/gnvim similarity index 100% rename from gnvim rename to boneyard/gnvim diff --git a/nkit b/boneyard/nkit similarity index 100% rename from nkit rename to boneyard/nkit diff --git a/nm-vpn-pool b/boneyard/nm-vpn-pool similarity index 100% rename from nm-vpn-pool rename to boneyard/nm-vpn-pool diff --git a/ps2-disc-rename b/boneyard/ps2-disc-rename similarity index 100% rename from ps2-disc-rename rename to boneyard/ps2-disc-rename diff --git a/sfo-read b/boneyard/sfo-read similarity index 100% rename from sfo-read rename to boneyard/sfo-read diff --git a/spawn b/boneyard/spawn similarity index 100% rename from spawn rename to boneyard/spawn diff --git a/switch-rom-process b/boneyard/switch-rom-process similarity index 100% rename from switch-rom-process rename to boneyard/switch-rom-process diff --git a/vita-sync b/boneyard/vita-sync similarity index 100% rename from vita-sync rename to boneyard/vita-sync diff --git a/vm-mount b/boneyard/vm-mount similarity index 100% rename from vm-mount rename to boneyard/vm-mount diff --git a/volctl b/boneyard/volctl similarity index 100% rename from volctl rename to boneyard/volctl diff --git a/wandows.py b/boneyard/wandows.py similarity index 100% rename from wandows.py rename to boneyard/wandows.py diff --git a/wine_starter_template.sh b/boneyard/wine_starter_template.sh similarity index 100% rename from wine_starter_template.sh rename to boneyard/wine_starter_template.sh