Skip to content

Commit

Permalink
Add proj setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
namolnad committed Sep 19, 2018
1 parent 0c87fe9 commit a4ed96d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DiffFormatter/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<key>CFBundleShortVersionString</key>
<string>0.0.7</string>
<key>CFBundleVersion</key>
<string>70</string>
<string>71</string>
</dict>
</plist>
7 changes: 7 additions & 0 deletions Scripts/setup
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

# Project setup script

ROOT_DIR="$(dirname "$(tmp=${0%/*}; echo "$PWD${tmp##\.}")")"

ln -fs $ROOT_DIR/Scripts/Hooks/pre-commit $ROOT_DIR/.git/hooks/pre-commit

0 comments on commit a4ed96d

Please sign in to comment.