diff --git a/bboard.sh b/bboard.sh index 08d87d0..73b1c5b 100755 --- a/bboard.sh +++ b/bboard.sh @@ -1,15 +1,23 @@ #!/bin/bash # bboard.sh -# This program loads the SDF bboard program remotely over the Secure Shell (SSH) protocol +# This program loads the SDF bboard program remotely over the Secure Shell (SSH) +# protocol # Copyright (C) 2022 Scott C. MacCallum # scm@sdf.org -# This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Affero General Public License as published by the Free +# Software Foundation, either version 3 of the License, or (at your option) any +# later version. -# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. See the GNU Affero General Public License for more +# details. -# You should have received a copy of the GNU Affero General Public License along with this program. If not, see . +# You should have received a copy of the GNU Affero General Public License along +# with this program. If not, see . mosh scm@sdf.org bboard diff --git a/com.sh b/com.sh index bf4c02e..9b14d44 100755 --- a/com.sh +++ b/com.sh @@ -1,15 +1,23 @@ #!/bin/bash # com.sh -# This program loads the SDF com program remotely over the Secure Shell (SSH) protocol +# This program loads the SDF com program remotely over the Secure Shell (SSH) +# protocol # Copyright (C) 2022 Scott C. MacCallum # scm@sdf.org -# This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Affero General Public License as published by the Free +# Software Foundation, either version 3 of the License, or (at your option) any +# later version. -# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. See the GNU Affero General Public License for more +# details. -# You should have received a copy of the GNU Affero General Public License along with this program. If not, see . +# You should have received a copy of the GNU Affero General Public License along +# with this program. If not, see . mosh scm@sdf.org com diff --git a/dotemacs b/dotemacs index 63278ec..ae1b075 100644 --- a/dotemacs +++ b/dotemacs @@ -1,14 +1,22 @@ ;; .emacs -;; Custom GNU Emacs startup file that connects to SDF services +;; Custom GNU Emacs startup file that connects to SDF services using Bash +;; scripts ;; See README.md for installation and usage details ;; Copyright (C) 2022 Scott C. MacCallum ;; scm@sdf.org -;; This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +;; This program is free software: you can redistribute it and/or modify it under +;; the terms of the GNU Affero General Public License as published by the Free +;; Software Foundation, either version 3 of the License, or (at your option) any +;; later version. -;; This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. +;; This program is distributed in the hope that it will be useful, but WITHOUT +;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +;; FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +;; details. -;; You should have received a copy of the GNU Affero General Public License along with this program. If not, see . +;; You should have received a copy of the GNU Affero General Public License +;; along with this program. If not, see . ;; Remove the menu bar (menu-bar-mode -1)