Created
September 13, 2013 19:13
-
-
Save timothyandrew/6554822 to your computer and use it in GitHub Desktop.
This file contains 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
x = "Akshay Gupta <[email protected]>, Aninda Kundu <[email protected]>, Asif Kalam <[email protected]>, Jasim <[email protected]>, Jithu Gopal <[email protected]>, Neha Kumari <[email protected]>, Nivedita <[email protected]>, Nivedita Priyadarshini <[email protected]>, Prashant Karpe <[email protected]>, Srihari Sriraman <[email protected]>, Srushti Ambekallu <[email protected]>, Steven Deobald <[email protected]>, Tejas Dinkar <[email protected]>" | |
x.scan(/\<([^>]+)\>/).flatten.each do |str| | |
system "heroku sharing:add -r production #{str}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment