scripts/ssh.zsh
Anna Schumaker f4a1f40eff Create a wrapper around ssh
To check if we're trying to ssh to a VM so the VM can be booted if it is
off

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
2021-11-30 13:58:24 -05:00

5 lines
34 B
Bash
Executable File

#!/bin/zsh
vm.zsh boot $1
ssh $*