Skip to content

Commit

Permalink
Starter
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Jun 25, 2018
1 parent 55f208b commit e436064
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions starter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@ echo "Flutter/Redux Starter by @hillelcoren"
[ $# -eq 0 ] && { echo "Usage: $0 init or $0 make <module-name>"; exit 1; }

action="$1"

if [ "$(uname)" = "Darwin" ]; then
lineBreak=''$'\n'
elif [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]; then
lineBreak='\n'
else
lineBreak='\r\n'
fi
lineBreak='\'$'\n'

if [ ${action} = "init" ]; then

Expand Down

0 comments on commit e436064

Please sign in to comment.