Subversion Repositories f9daq

Rev

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

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