Cleaned up some formatting

This commit is contained in:
Scott C. MacCallum 2022-03-28 20:02:08 -04:00
parent b924947760
commit 4ef66038b4
3 changed files with 36 additions and 12 deletions

View File

@ -1,15 +1,23 @@
#!/bin/bash #!/bin/bash
# bboard.sh # 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 # Copyright (C) 2022 Scott C. MacCallum
# scm@sdf.org # 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 <http://www.gnu.org/licenses/>. # You should have received a copy of the GNU Affero General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
mosh scm@sdf.org bboard mosh scm@sdf.org bboard

16
com.sh
View File

@ -1,15 +1,23 @@
#!/bin/bash #!/bin/bash
# com.sh # 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 # Copyright (C) 2022 Scott C. MacCallum
# scm@sdf.org # 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 <http://www.gnu.org/licenses/>. # You should have received a copy of the GNU Affero General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
mosh scm@sdf.org com mosh scm@sdf.org com

View File

@ -1,14 +1,22 @@
;; .emacs ;; .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 ;; See README.md for installation and usage details
;; Copyright (C) 2022 Scott C. MacCallum ;; Copyright (C) 2022 Scott C. MacCallum
;; scm@sdf.org ;; 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 <http://www.gnu.org/licenses/>. ;; You should have received a copy of the GNU Affero General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;; Remove the menu bar ;; Remove the menu bar
(menu-bar-mode -1) (menu-bar-mode -1)