From c47a1beee6626b6b1c2af8660ccde5c829f563c9 Mon Sep 17 00:00:00 2001 From: michal maxian Date: Wed, 15 Mar 2017 09:38:40 +0100 Subject: [PATCH] pull-gui.sh removed as it's superseeded with submodule for EasyDEX-GUI --- pull-gui.sh | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100755 pull-gui.sh diff --git a/pull-gui.sh b/pull-gui.sh deleted file mode 100755 index 2d9bdbd..0000000 --- a/pull-gui.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/env bash -if [ -d "tmp" ]; then - cd tmp -else - mkdir tmp - cd tmp -fi - -if [ -d "EasyDEX-GUI" ]; then - cd EasyDEX-GUI - git pull - cd ../ -else - git clone https://github.com/SuperNETorg/EasyDEX-GUI.git -fi - -#if [ -d "Iguana-application" ]; then -# cd Iguana-application -# git checkout 0.3.1 -# git pull -#else -# git clone https://github.com/SuperNETorg/Iguana-application.git -b 0.3.1 -# cd Iguana-application -#fi - -#bower install -#npm install -#gulp electron - -cd ../../ - -rm "gui/EasyDEX-GUI" -rf -#rm "gui/Iguana-GUI" -rf - -#cp -rf "tmp/Iguana-application/compiled/prod" "gui/Iguana-GUI" -cp -rf "tmp/EasyDEX-GUI" "gui/EasyDEX-GUI" \ No newline at end of file