cl-shellwords
Common Lisp port of Ruby's shellwords.rb, for escaping and splitting strings to be passed to a shell.
$ area51 add cl-shellwordsコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-shellwords:some-function ...)