seid/bboard.sh

25 lines
920 B
Bash
Raw Normal View History

2022-03-28 21:21:35 +00:00
#!/bin/bash
2022-03-28 21:51:00 +00:00
# bboard.sh
2022-04-13 01:40:15 +00:00
# This file is part of the SEID - SDF Emacs Interface and Documentation project
# It loads the SDF bboard program remotely over a secure shell connection
2022-03-28 21:51:00 +00:00
# Copyright (C) 2022 Scott C. MacCallum
# scm@sdf.org
2022-03-29 00:02:08 +00:00
# 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.
2022-03-28 21:51:00 +00:00
2022-03-29 00:02:08 +00:00
# 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.
2022-03-28 21:51:00 +00:00
2022-03-29 00:02:08 +00:00
# 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/>.
2022-03-28 21:51:00 +00:00
2022-03-28 21:21:35 +00:00
mosh scm@sdf.org bboard
exit 0