package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val shell_escape : string -> string

shell_escape s can be used as a part of bash command line to mean the word s with any special characters escaped.

shell_escape_list l constructs a part of bash command line with multiple blank-separated words l on it with any special characters escaped

val shell_escape_list : string list -> string

shell_escape_list l constructs a part of bash command line with multiple blank-separated words l on it with any special characters escaped