Skip to content

Instantly share code, notes, and snippets.

@michiakig
Created April 11, 2013 19:05
Show Gist options
  • Save michiakig/5366269 to your computer and use it in GitHub Desktop.
Save michiakig/5366269 to your computer and use it in GitHub Desktop.
(defun ext (cmd args)
(with-temp-buffer
(let ((exit (funcall 'call-process cmd nil (current-buffer) nil args)))
(cons exit (buffer-substring (point-min) (point-max))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment