public class Shell {
public static bool parse_argv ( string command_line,
string[] argvp )
throws ShellError;
public static string quote ( string unquoted_string ) ;
public static string unquote ( string quoted_string )
throws ShellError;
}

public static bool parse_argv ( string command_line,
string[] argvp )
throws ShellError;
public static string quote ( string unquoted_string ) ;
public static string unquote ( string quoted_string )
throws ShellError;
Created by Valadoc