Skip to content

Instantly share code, notes, and snippets.

@cwolferh
cwolferh / virt
Created April 18, 2013 20:12 — forked from tomassedovic/virt
#!/bin/bash
if [[ $# == 0 ]]; then
echo Usage:
echo "virt <command> <vm> args"
echo Command is: ip, ssh, scp, sshfs
exit 1
fi
cmd="$1"; shift