From 8161a26d0969911d9049a962b538737cb13da96f Mon Sep 17 00:00:00 2001 From: David Date: Wed, 26 Aug 2015 18:08:11 -0700 Subject: [PATCH] Create vms.vms --- v/vms.vms | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 v/vms.vms diff --git a/v/vms.vms b/v/vms.vms new file mode 100644 index 00000000..fef9c5cf --- /dev/null +++ b/v/vms.vms @@ -0,0 +1,4 @@ +$top: +$write sys$output "Hello world!" +$wait 00:00:10 +$goto top