Skip to content

Commit

Permalink
Add shebang line to installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
robgleeson committed Jun 26, 2010
1 parent 26f5853 commit 793c007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

echo "Copying plugin/* to $HOME/.vim/plugin .."
cp -R plugin/* $HOME/.vim/plugin
echo "DONE."
Expand Down

0 comments on commit 793c007

Please sign in to comment.