Exemple #1
0
        static int Main(string[] args)
        {
            var shell = new RpcShell(new DOS())
            {
                Prompt = Environment.CurrentDirectory
            };

            return(shell.Run());
        }