Shells
Select from one of the below shells to use the specified environment.
link($sh['title'], '/shells/prompt/'. $sh['id']),
$sh['exec'], $env['PATH'], $html->link('view', '/shells/env/'. $sh['id']));
}
echo '
'. "\n";
echo $html->tableHeaders($heads);
echo $html->tableCells($rows);
echo '
'. "\n";
?>