From 5de20477ee70cd0281c75e44028742ff93ff3b61 Mon Sep 17 00:00:00 2001 From: cagache Date: Thu, 28 Jun 2018 16:47:02 +0300 Subject: [PATCH] moved scripts to specific directory --- cleanImages.sh => scripts/cleanImages.sh | 0 startAlfresco.sh => scripts/startAlfresco.sh | 0 stopDockerContainers.sh => scripts/stopDockerContainers.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename cleanImages.sh => scripts/cleanImages.sh (100%) rename startAlfresco.sh => scripts/startAlfresco.sh (100%) rename stopDockerContainers.sh => scripts/stopDockerContainers.sh (100%) diff --git a/cleanImages.sh b/scripts/cleanImages.sh similarity index 100% rename from cleanImages.sh rename to scripts/cleanImages.sh diff --git a/startAlfresco.sh b/scripts/startAlfresco.sh similarity index 100% rename from startAlfresco.sh rename to scripts/startAlfresco.sh diff --git a/stopDockerContainers.sh b/scripts/stopDockerContainers.sh similarity index 100% rename from stopDockerContainers.sh rename to scripts/stopDockerContainers.sh