mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
Actually fixed doc.Dump
This commit is contained in:
@@ -17,6 +17,7 @@ import (
|
||||
|
||||
// Windows is the runner Windows Operating Systems.
|
||||
// It runs Visual Basic Scripts.
|
||||
// // TODO(sbrow): Separate 32 and 64 bit Windows runners.
|
||||
var Windows = Runner{
|
||||
Cmd: "cscript.exe",
|
||||
Args: []string{"/nologo"},
|
||||
|
||||
Reference in New Issue
Block a user