]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/scripts/shell_adder.php
ocaml 3.09 transition
[helm.git] / helm / matita / scripts / shell_adder.php
1 <?php
2  require($argv[1]);
3  $rc = query($argv[2]);
4  $a = array_values($rc[0]); 
5  print($a[0]);
6 ?>