Skip to content

Commit

Permalink
Merge pull request #8 from Johennes/shebang
Browse files Browse the repository at this point in the history
Add missing ! in shebang and use env for portability
  • Loading branch information
hdoria committed Dec 11, 2015
2 parents 99c1c81 + f090434 commit 8027a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/bash
#!/usr/bin/env bash

mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
cp *.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/

0 comments on commit 8027a47

Please sign in to comment.