refactor/feat: add log output

This commit is contained in:
SukkaW 2018-08-20 10:28:27 +08:00
parent 1b4ca9b293
commit 53179cde57
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
echo ''
echo '-------------------------------------'
echo 'Start Deploying ......'
echo '-------------------------------------'
mkdir ./_deploy
cd ./_deploy
git init

View file

@ -1,3 +1,8 @@
echo ''
echo '-------------------------------------'
echo 'Parsing data ......'
echo '-------------------------------------'
for i in $@
do
echo 'Parsing '${i}' data ......'