Skip to content

Commit

Permalink
Edit update script to use a heredoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdaemon committed Jul 8, 2014
1 parent c3ca3f0 commit 3e4c18f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions update-plugins.sh
Expand Up @@ -8,9 +8,11 @@

GIT=$(which git)

echo "Vim pathogen git submodule update script"
echo "Alexandre Gauthier 2010-2011"
echo "https://github.com/mrdaemon/vimconfigs"
cat <<EOF
Vim pathogen git submodule update script
Alexandre Gauthier 2010-2011
https://github.com/mrdaemon/vimconfigs
EOF
echo -n -e "\n"

[[ -z $GIT ]] && { "Woops, can't find git on this machine, bye." ; exit 1 ; }
Expand Down

0 comments on commit 3e4c18f

Please sign in to comment.