]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/http_getter_misc.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / getter / http_getter_misc.mli
index e9086e8d1128957b81cba7c01633d3d1fcd4669d..e9b013ebd496738596e7d3afbbe46f0877b0164b 100644 (file)
@@ -97,3 +97,6 @@ val extension: string -> string  (** @return string part after rightmost "." *)
 
 val temp_file_of_uri: string -> string * out_channel
 
+  (** execute a command and return first line of what it prints on stdout *)
+val backtick: string -> string
+