Created
October 20, 2015 18:12
-
-
Save emaxerrno/5a487f731323cf84d4be to your computer and use it in GitHub Desktop.
concord-deploy.el
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defun concord-deploy (json-file) | |
| "Prompt user to enter a file path, with file name completion and input history support." | |
| (interactive (list (read-file-name "Open directory:")) ) | |
| (message (shell-command-to-string (concat "concord deploy " json-file))) | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment