vpp/build-root/emacs-lisp/make-plugin.sh
Dave Barach f5dae765d6 Shell script to run the emacs-skeleton plugin boilerplate generator
Change-Id: I9b4d0faad20e8cad1ab347d3f3f7d2c063e3d495
Signed-off-by: Dave Barach <dave@barachs.net>
2016-01-19 15:13:38 -05:00

5 lines
90 B
Bash
Executable File

#!/usr/bin/emacs --script
(load-file "./all-skel.el")
(make-plugin)
(save-some-buffers t)