]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/scripts/shell_time2cents.php
ocaml 3.09 transition
[helm.git] / helm / matita / scripts / shell_time2cents.php
1 <?php
2  require($argv[1]);
3  print(time_2_cents($argv[2]));
4 ?>