Skip to content

Instantly share code, notes, and snippets.

@mocchira
Created September 25, 2013 07:56
Show Gist options
  • Save mocchira/6696430 to your computer and use it in GitHub Desktop.
Save mocchira/6696430 to your computer and use it in GitHub Desktop.
Replace require_otp_vsn value in rebar.config
find . -name rebar.config|xargs sed 's/require_otp_vsn,\s\+"\(.\+\)"/require_otp_vsn, "R15B03|R16B01|R16B02"/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment