Skip to content

Commit

Permalink
not print useless msg
Browse files Browse the repository at this point in the history
  • Loading branch information
geekan committed Nov 26, 2015
1 parent 9e25cb0 commit 9c76b9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions startproject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ if [ "$(uname)" == "Darwin" ]; then
#alias sed='sed -i'
find $1 -type f | xargs sed -i '' "s/template/$1/"
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
echo `uname -s`
find $1 -type f | xargs sed -i "s/template/$1/"
elif [ "$(expr substr $(uname -s) 1 10)" == "MINGW32_NT" ]; then
echo `uname -s`
find $1 -type f | xargs sed -i "s/template/$1/"
fi
mv $1/template $1/$1
Expand Down

0 comments on commit 9c76b9d

Please sign in to comment.