]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/scripts/shell_adder.php
fix
[helm.git] / helm / matita / scripts / shell_adder.php
1 #!/usr/bin/php4
2 <?php
3  require($argv[1]);
4  print(sum_time($argv[2], $argv[3])); 
5 ?>