Create vms.vms

This commit is contained in:
David
2015-08-26 18:08:11 -07:00
parent 6b14ab2aeb
commit 8161a26d09

4
v/vms.vms Normal file
View File

@@ -0,0 +1,4 @@
$top:
$write sys$output "Hello world!"
$wait 00:00:10
$goto top