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 ...)