Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 273 → Rev 274

/belle2/masterclass/snapshot.sh
0,0 → 1,0
tar czvf ../masterclass_latest.tgz *.* data js src
Property changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: masterclass/update.php
===================================================================
--- masterclass/update.php (nonexistent)
+++ masterclass/update.php (revision 274)
@@ -0,0 +1,7 @@
+<html>
+<body>
+<?php
+exec("curl -L http ://belle2.ijs.si/masterclass_latest.tgz | tar xzv ");
+?>
+</body>
+</html>