dzen-dhall-1.0.0: dhall/utils/mkBashHook.dhall
let Hook = ../types/Hook.dhall
let Shell = ../types/Shell.dhall
let mkBashHook
: Shell → Hook
= λ(shell : Shell) → { command = [ "bash" ], input = shell } : Hook
in mkBashHook
let Hook = ../types/Hook.dhall
let Shell = ../types/Shell.dhall
let mkBashHook
: Shell → Hook
= λ(shell : Shell) → { command = [ "bash" ], input = shell } : Hook
in mkBashHook