cl-shellwords
Common Lisp port of Ruby's shellwords.rb, for escaping and splitting strings to be passed to a shell.
$ area51 add cl-shellwordsCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-shellwords:some-function ...)