hammerlab / genspio

Generate Shell Phrases In OCaml
https://smondet.gitlab.io/genspio-doc/
Apache License 2.0
49 stars 3 forks source link

Find way of getting rid of `sh -c ...` calls #48

Closed smondet closed 7 years ago

smondet commented 7 years ago

There is still one there: https://github.com/hammerlab/genspio/blob/d26ed3ca5c6999337d054d5cd4715a765be7f7ec/src/lib/language.ml#L420

smondet commented 7 years ago

Done in #61.