Reviewed By: jvillard Differential Revision: D4795819 fbshipit-source-id: fdb68b7master
parent
3ebf8c3277
commit
f4bc0db2b4
@ -0,0 +1,9 @@
|
||||
(*
|
||||
* Copyright (c) 2017 - present Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*)
|
||||
let exe ~prog:_ ~args:_ = ()
|
@ -0,0 +1,11 @@
|
||||
(*
|
||||
* Copyright (c) 2017 - present Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*)
|
||||
open! IStd
|
||||
|
||||
val exe : prog:string -> args:string list -> unit
|
Loading…
Reference in new issue