Created
June 5, 2014 01:12
-
-
Save mithereal/57c15cbfd05471406480 to your computer and use it in GitHub Desktop.
chicago boss pre-commit hook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
#This is a pre commit hook for Chicage Boss | |
erl -eval 'erlang:display(erlang:system_info(otp_release)), halt().' -noshell | sed "s/\"*//g" > .preferred_otp_version | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment