Liking cljdoc? Tell your friends :D

re-cog.scripts.common


bash!clj

(bash!)

check that we are running within bash!

check that we are running within bash!
sourceraw docstring

bash-pathclj

Get the bash path for the current OS

Get the bash path for the current OS
sourceraw docstring

bind-bashclj

(bind-bash)

Bind stevedore language to bash

Bind stevedore language to bash
sourceraw docstring

shellclj

source

shell-argsclj

(shell-args script-fn & {:keys [cached?] :or {cached? false}})

Gets a function that produces a set of args for the re-cog shell function:

  • Prepends a check that bash is the default user shell to the script arg
  • Adds a checksum of the script as a second arg
  • The cached? optional argument will store the generated script enhancing performance for repeatedly executed scripts
Gets a function that produces a set of args for the re-cog shell function:
* Prepends a check that bash is the default user shell to the script arg
* Adds a checksum of the script as a second arg
* The cached? optional argument will store the generated script enhancing performance for repeatedly executed scripts
sourceraw docstring

validate!clj

(validate! f)

validating a bash script

validating a bash script
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close