From 5a3546980fb22727a732aa8b85e65d08d24fd1c1 Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Sun, 23 Apr 2023 22:46:32 -0400 Subject: [PATCH] progress --- config_server_start.sh => scripts/config_server_start.sh | 0 md_recorder_start.sh => scripts/md_recorder_start.sh | 0 utils/Makefile | 1 + 3 files changed, 1 insertion(+) rename config_server_start.sh => scripts/config_server_start.sh (100%) rename md_recorder_start.sh => scripts/md_recorder_start.sh (100%) diff --git a/config_server_start.sh b/scripts/config_server_start.sh similarity index 100% rename from config_server_start.sh rename to scripts/config_server_start.sh diff --git a/md_recorder_start.sh b/scripts/md_recorder_start.sh similarity index 100% rename from md_recorder_start.sh rename to scripts/md_recorder_start.sh diff --git a/utils/Makefile b/utils/Makefile index 21d2408..0d494ba 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,4 +1,5 @@ SUBDIRS = +SUBDIRS += scripts SUBDIRS += research SUBDIRS += utils