Przeglądaj źródła

Added Reset script at the end of scripts

Yoginth 7 lat temu
rodzic
commit
13d7a5dbec
2 zmienionych plików z 2 dodań i 0 usunięć
  1. 1 0
      script/about
  2. 1 0
      script/deploy

+ 1 - 0
script/about

@@ -5,3 +5,4 @@ cat script/misc/oteascii.txt
 tput setaf 1; echo "Software 👨‍💻 version control made simple!\n"
 
 tput setaf 2; echo "Gitote is an open source end-to-end software development platform \nwith built-in version control, issue tracking, code review, and more.\n"
+tput sgr0;

+ 1 - 0
script/deploy

@@ -26,3 +26,4 @@ date "+%H:%M:%S"
 
 tput setaf 2; echo "==> App is successfully deployed to Digitalcean server"
 tput setaf 2; echo "==> https://gitote.in"
+tput sgr0;