Skip to content

Instantly share code, notes, and snippets.

@lamdor
Created August 20, 2014 14:31
Show Gist options
  • Select an option

  • Save lamdor/54850929d85c3b97e28c to your computer and use it in GitHub Desktop.

Select an option

Save lamdor/54850929d85c3b97e28c to your computer and use it in GitHub Desktop.
(defvar curl-history nil)
(defun curl ()
(interactive)
(mine-command-line-tool "curl" curl-history 'curl-history))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment