$ scp source_file_path destination_file_path
Single file
| # Howebrew package manager for OS X is useful for installing unix terminal tools. | |
| # Install Homebrew | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)" | |
| # Install wget | |
| brew install wget | |
| brew install openssl | |
| # Update homebrew and all your packages |