package bistro

  1. Overview
  2. Docs
val wget : ?no_check_certificate:bool -> ?user_agent:string -> ?user:string -> ?password:string -> ?dest:Bistro.Shell_dsl.template -> string Bistro.workflow -> Bistro.Shell_dsl.command

Process-substitution construct. Use it to pass a gzipped file to a command that expects a decompressed file

Use gzdest instead of dest to produce a gzipped file from the output of a command.