2e6fcff5e120

stable: add Stable.io script
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 16 Sep 2010 08:40:08 -0400
parents 1fb23f9d83da
children becbb11a1893
branches/tags (none)
files zsh/stable.zsh

Changes

--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/zsh/stable.zsh	Thu Sep 16 08:40:08 2010 -0400
@@ -0,0 +1,3 @@
+function sssh {
+    ssh -i ~/.ec2/id_rsa-gsg-keypair ubuntu@$1
+}