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