Rev 274 | Rev 276 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 274 | Rev 275 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | <body> |
2 | <body> |
3 | <?php |
3 | <?php |
- | 4 | ||
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>"; |
|
5 | ?> |
10 | ?> |
- | 11 | ||
- | 12 | <h3>Update completed</h3> |
|
- | 13 | <a href="index.php">Start with the exercises</a> |
|
6 | </body> |
14 | </body> |
7 | </html> |
15 | </html> |