From de41ad91a3f334a318deccfadf2039a1964c4a1e Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Thu, 2 Jun 2022 14:50:34 +0100 Subject: [PATCH] moved scripts to commands directory --- generate_docs.sh => commands/generate_docs.sh | 0 generate_reports.sh => commands/generate_reports.sh | 0 install.sh => commands/install.sh | 0 install_with_pip.sh => commands/install_with_pip.sh | 0 .../install_with_pip_without_dependencies.sh | 0 .../install_without_dependencies.sh | 0 upload_to_pypi.sh => commands/upload_to_pypi.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename generate_docs.sh => commands/generate_docs.sh (100%) rename generate_reports.sh => commands/generate_reports.sh (100%) rename install.sh => commands/install.sh (100%) rename install_with_pip.sh => commands/install_with_pip.sh (100%) rename install_with_pip_without_dependencies.sh => commands/install_with_pip_without_dependencies.sh (100%) rename install_without_dependencies.sh => commands/install_without_dependencies.sh (100%) rename upload_to_pypi.sh => commands/upload_to_pypi.sh (100%) diff --git a/generate_docs.sh b/commands/generate_docs.sh similarity index 100% rename from generate_docs.sh rename to commands/generate_docs.sh diff --git a/generate_reports.sh b/commands/generate_reports.sh similarity index 100% rename from generate_reports.sh rename to commands/generate_reports.sh diff --git a/install.sh b/commands/install.sh similarity index 100% rename from install.sh rename to commands/install.sh diff --git a/install_with_pip.sh b/commands/install_with_pip.sh similarity index 100% rename from install_with_pip.sh rename to commands/install_with_pip.sh diff --git a/install_with_pip_without_dependencies.sh b/commands/install_with_pip_without_dependencies.sh similarity index 100% rename from install_with_pip_without_dependencies.sh rename to commands/install_with_pip_without_dependencies.sh diff --git a/install_without_dependencies.sh b/commands/install_without_dependencies.sh similarity index 100% rename from install_without_dependencies.sh rename to commands/install_without_dependencies.sh diff --git a/upload_to_pypi.sh b/commands/upload_to_pypi.sh similarity index 100% rename from upload_to_pypi.sh rename to commands/upload_to_pypi.sh -- GitLab