Plugins: Clean up the plugin directory so that each plugin has its own
[vpp.git] / build-root / emacs-lisp / make-plugin.sh
1 #!/usr/bin/emacs --script
2 (load-file "./all-skel.el")
3 (make-plugin)
4 (save-some-buffers t)