From: Dave Barach Date: Tue, 19 Jan 2016 20:13:27 +0000 (-0500) Subject: Shell script to run the emacs-skeleton plugin boilerplate generator X-Git-Tag: v16.06-rc1~399^2 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=f5dae765d6d6c118fbd16b7ecb782deca09eecfe;p=vpp.git Shell script to run the emacs-skeleton plugin boilerplate generator Change-Id: I9b4d0faad20e8cad1ab347d3f3f7d2c063e3d495 Signed-off-by: Dave Barach --- diff --git a/build-root/emacs-lisp/make-plugin.sh b/build-root/emacs-lisp/make-plugin.sh new file mode 100755 index 00000000000..4985974cac5 --- /dev/null +++ b/build-root/emacs-lisp/make-plugin.sh @@ -0,0 +1,4 @@ +#!/usr/bin/emacs --script +(load-file "./all-skel.el") +(make-plugin) +(save-some-buffers t)