summaryrefslogtreecommitdiff
path: root/ssh-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-config.yaml')
-rw-r--r--ssh-config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ssh-config.yaml b/ssh-config.yaml
new file mode 100644
index 0000000..376fe44
--- /dev/null
+++ b/ssh-config.yaml
@@ -0,0 +1,5 @@
+- when: I run ssh (?P<host>\S+) (?P<cmd>.+)
+ function: run_ssh
+
+- then: the output matches /(?P<regex>.+)/
+ function: stdout_matches