Made bboard interactive

This commit is contained in:
Scott C. MacCallum 2025-03-11 15:25:13 -04:00
parent bd65eb6534
commit f5c2d3e544

View File

@ -18,6 +18,7 @@
(defun bboard ()
"Run bboard.sh"
(interactive)
(let((file(concat(getenv "HOME")"/seid/bboard.sh")))
(ansi-term file)
(rename-buffer "bboard")))