Skip to content

Instantly share code, notes, and snippets.

@kosugi
Created December 18, 2013 08:02
Show Gist options
  • Select an option

  • Save kosugi/8018823 to your computer and use it in GitHub Desktop.

Select an option

Save kosugi/8018823 to your computer and use it in GitHub Desktop.
(defun escape-shell-arg (x)
(concat "'" (replace-regexp-in-string "'" "'\\\\''" x) "'"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment