Subversion Repositories f9daq

Rev

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

Rev Author Line No. Line
274 f9daq 1
<html>
2
<body>
3
<?php
275 f9daq 4
 
276 f9daq 5
$output = shell_exec("curl -L http://belle2.ijs.si/masterclass_latest.tgz | tar xzv ");
6
//$output = shell_exec("svn update");
275 f9daq 7
echo "<pre>$output</pre>";
8
//$output = shell_exec("ls -latr tmp");
9
//echo "<pre>$output</pre>";
274 f9daq 10
?>
275 f9daq 11
 
12
<h3>Update completed</h3>
13
<a href="index.php">Start with the exercises</a>
274 f9daq 14
</body>
15
</html>