example-sshCommandAlias

Change-Id: I68dcb9281a7172a4c8118aa10101521757ee0441
diff --git a/example-sshCommandAlias/.buckconfig b/example-sshCommandAlias/.buckconfig
new file mode 100644
index 0000000..7f7d882
--- /dev/null
+++ b/example-sshCommandAlias/.buckconfig
@@ -0,0 +1,15 @@
+[alias]
+  plugin = //:example-sshCommandAlias
+
+[java]
+  src_roots = java, resources
+  source_level = 8
+  target_level = 8
+
+[project]
+  ignore = .git
+
+[cache]
+  mode = dir
+  dir = buck-out/cache
+