git-cuk-0.0.1: Haskell Git Helper Tool

Safe HaskellNone
LanguageHaskell2010

Cuk.Shell

Contents

Description

This module contains neat utilities to be able to work with shell commands in generic and simple way using just strings.

Synopsis

Documentation

($|) :: FilePath -> [Text] -> IO Text infix 5 Source #

Run shell command with given options and return stdout of executed command.

Orphan instances

(a ~ Text, b ~ ()) => IsString ([a] -> IO b) Source #

This is needed to be able to call commands by writing strings.

Instance details

Methods

fromString :: String -> [a] -> IO b #