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 $@ |