]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/scripts/shell_adder.php
fix
[helm.git] / helm / matita / scripts / shell_adder.php
diff --git a/helm/matita/scripts/shell_adder.php b/helm/matita/scripts/shell_adder.php
new file mode 100755 (executable)
index 0000000..e0ddda9
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/php4
+<?php
+ require($argv[1]);
+ print(sum_time($argv[2], $argv[3])); 
+?>