| Paste number 52726: | social text - curl version |
| Pasted by: | akapav |
| When: | 2 years, 7 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+14OM |
| Channel: | #razmjenavjestina |
| Paste contents: |
(defun wiki-send-internal (file title uname pwd )
(let ((args `(,(format "-T%s" file) "-i" "--user" ,(format "%s:%s" uname pwd)
"--header" "Content-Type: text/x.socialtext-wiki"
,(format "http://wiki.razmjenavjestina.org/data/workspaces/RazmjenaVjestina/pages/%s" title))))
(with-temp-buffer
(apply #'call-process "/usr/bin/curl" nil (current-buffer) nil args))))
This paste has no annotations.