3 references to Exec
NuGet.Common (3)
Migrations\Migration1.cs (3)
147
var output =
Exec
("sh", "-c umask");
164
Exec
("chmod", correctedPermissionsString + " " + path.FormatWithDoubleQuotes());
170
string? output =
Exec
("ls", "-ld " + path.FormatWithDoubleQuotes());