Appearance
System.RunCommand(string)
Runs a console command
string - The console command (arguments split by spaces)
string
using System; System.RunCommand("shutdown"); // F in chat