From 853dfe89d6444b74fa295288a60e6bde5018fd47 Mon Sep 17 00:00:00 2001 From: Andrew Klapp Date: Tue, 22 May 2018 09:10:25 -0500 Subject: [PATCH] Removed outline comments. --- vm-mount | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vm-mount b/vm-mount index 05e5abb..bc262a3 100755 --- a/vm-mount +++ b/vm-mount @@ -1,9 +1,5 @@ #!/usr/bin/env sh -# Try to start named vm -# Watch `virt net-dhcp-leases default` for that vm's hostname. -# Mount it to `~/src/vm-name.vm` when it's available. - vm_name="$1" network_name="default" mountpoint_parent="${HOME}/src"