From 2ac214352bb2be6071446b15c31b35406c975cc6 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Sat, 20 Feb 2021 13:37:51 -0700 Subject: [PATCH] Move scripts from top-level to scripts/ --- ectool.sh => scripts/ectool.sh | 0 layouts.sh => scripts/layouts.sh | 0 power.sh => scripts/power.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename ectool.sh => scripts/ectool.sh (100%) rename layouts.sh => scripts/layouts.sh (100%) rename power.sh => scripts/power.sh (100%) diff --git a/ectool.sh b/scripts/ectool.sh similarity index 100% rename from ectool.sh rename to scripts/ectool.sh diff --git a/layouts.sh b/scripts/layouts.sh similarity index 100% rename from layouts.sh rename to scripts/layouts.sh diff --git a/power.sh b/scripts/power.sh similarity index 100% rename from power.sh rename to scripts/power.sh