Cmd = new List<string>
{
"bash",
"-c",
$"echo '{examinationFileAsString}' > ExaminationFile.sh && " +
$"chmod 777 ExaminationFile.sh && " +
$"ls -l > lsOutput.txt && " +
$"pwd > pwdOutput.txt && " +
$"./ExaminationFile.sh > testCount.txt"
},
Cmd = new List<string>
{
"bash",
"-c",
$"echo '{examinationFileAsString}' > ExaminationFile.sh && " +
$"chmod 777 ExaminationFile.sh && " +
$"ls -l > lsOutput.txt && " +
$"pwd > pwdOutput.txt && " +
$"./ExaminationFile.sh > testCount.txt"
},