Created
September 23, 2016 14:09
-
-
Save a2ikm/97f368357b8e46e8f517794e3363b869 to your computer and use it in GitHub Desktop.
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
| task :iterm do | |
| ItermWindow.open do | |
| release_roles(:all).each do |host| | |
| hostname = host.hostname | |
| open_tab "opened_by_iterm_window" do | |
| write "ssh #{hostname}" | |
| end | |
| end | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment