artist-system

artist-system is a compiled Lisp function in `artist.el'.

(artist-system PROGRAM STDIN &optional PROGRAM-ARGS)

Run PROGRAM synchronously with the contents of string STDIN to stdin.
Optional args PROGRAM-ARGS are arguments to PROGRAM.
Return a list (RETURN-CODE STDOUT STDERR).