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