From 9036e2ddb0c2f35186553a99fb8023514b194565 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Fri, 29 Dec 2023 19:35:29 +0100 Subject: [PATCH] Move scripts into tools directory --- cmd.sh => tools/cmd.sh | 0 play.sh => tools/play.sh | 0 reboot.sh => tools/reboot.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename cmd.sh => tools/cmd.sh (100%) rename play.sh => tools/play.sh (100%) rename reboot.sh => tools/reboot.sh (100%) diff --git a/cmd.sh b/tools/cmd.sh similarity index 100% rename from cmd.sh rename to tools/cmd.sh diff --git a/play.sh b/tools/play.sh similarity index 100% rename from play.sh rename to tools/play.sh diff --git a/reboot.sh b/tools/reboot.sh similarity index 100% rename from reboot.sh rename to tools/reboot.sh