Subversion Repositories f9daq

Rev

Rev 275 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<html>
<body>
<?php

$output = shell_exec("curl -L http://belle2.ijs.si/masterclass_latest.tgz | tar xzv ");
//$output = shell_exec("svn update");
echo "<pre>$output</pre>";
//$output = shell_exec("ls -latr tmp");
//echo "<pre>$output</pre>";
?>

<h3>Update completed</h3>
<a href="index.php">Start with the exercises</a>
</body>
</html>