Created
November 13, 2015 03:04
-
-
Save tsaito-cyber/cb3439b2bf1a34a80fff to your computer and use it in GitHub Desktop.
gem-installer
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
# client | |
gem lists > gem-lists.txt | |
# server | |
gem install -v $(cat gem-lists.txt | cut -d' ' -f1 | tr '\n' ' ') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment