Subversion Repositories f9daq

Rev

Rev 275 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 275 Rev 276
Line 4... Line 4...
4
 
4
 
5
#$output = shell_exec("curl -L http://belle2.ijs.si/masterclass_latest.tgz | tar xzv ");
5
$output = shell_exec("curl -L http://belle2.ijs.si/masterclass_latest.tgz | tar xzv ");
6
$output = shell_exec("svn update");
6
//$output = shell_exec("svn update");
7
echo "<pre>$output</pre>";
7
echo "<pre>$output</pre>";
8
//$output = shell_exec("ls -latr tmp");
8
//$output = shell_exec("ls -latr tmp");
9
//echo "<pre>$output</pre>";
9
//echo "<pre>$output</pre>";
10
?>
10
?>
11
 
11