Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: tools/apps/update_homebrew/bin/ssh_with_key

Issue 608693004: Add tools script to update homebrew, the MacOS SDK updating solution. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments, move generated files to subdir. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/apps/update_homebrew/bin/update_homebrew.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/apps/update_homebrew/bin/ssh_with_key
diff --git a/tools/apps/update_homebrew/bin/ssh_with_key b/tools/apps/update_homebrew/bin/ssh_with_key
new file mode 100755
index 0000000000000000000000000000000000000000..210ad1c3d30f30375478e2b32f159d82765763b9
--- /dev/null
+++ b/tools/apps/update_homebrew/bin/ssh_with_key
@@ -0,0 +1,2 @@
+#!/bin/bash
+ssh -i $SSH_KEY_PATH $@
« no previous file with comments | « no previous file | tools/apps/update_homebrew/bin/update_homebrew.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698