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