From 9cabe59e18f09224d70afff3643e9016bafaf4ba Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 6 Aug 2019 20:48:24 +0300 Subject: [PATCH] File structure changes --- bin/compile | 4 ++-- bin/release | 2 +- {bin => script}/alivecheck | 0 {bin => script}/remote | 0 {bin => script}/schematics | 0 {bin => script}/server | 0 {bin => script}/stop | 0 7 files changed, 3 insertions(+), 3 deletions(-) rename {bin => script}/alivecheck (100%) rename {bin => script}/remote (100%) rename {bin => script}/schematics (100%) rename {bin => script}/server (100%) rename {bin => script}/stop (100%) diff --git a/bin/compile b/bin/compile index 99ef5df..8eb544c 100755 --- a/bin/compile +++ b/bin/compile @@ -2,5 +2,5 @@ BIN_DIR="$(cd "$(dirname "$0")" && pwd)" BUILD_DIR=$1 -mv $BIN_DIR/start $BUILD_DIR/ -mv $BIN_DIR/stop $BUILD_DIR/ +mv script $BUILD_DIR/script +mv $BIN_DIR/start $BUILD_DIR/script/ diff --git a/bin/release b/bin/release index a620667..2d5c9f8 100755 --- a/bin/release +++ b/bin/release @@ -2,5 +2,5 @@ cat <