]> matita.cs.unibo.it Git - helm.git/blob - matita/scripts/shell_adder.php
64 "change" here and there in the library are now simplify/unfold as they
[helm.git] / 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 ?>