cl-shellwords

MIT

Common Lisp port of Ruby's shellwords.rb, for escaping and splitting strings to be passed to a shell.

$ area51 add cl-shellwordsCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-shellwords:some-function ...)

Dependencies