From 97b43d6904b9b10533cf575905f4bef743bdf09b Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Mon, 7 Apr 2025 12:14:03 -0400 Subject: [PATCH] Adding term-local.sh --- term-local.sh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 term-local.sh diff --git a/term-local.sh b/term-local.sh new file mode 100755 index 0000000..6904820 --- /dev/null +++ b/term-local.sh @@ -0,0 +1,23 @@ +#!/usr/bin/env bash + +# term-local.sh +# Start a local terminal. + +# Copyright (c) 2025, 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 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 . + +/usr/bin/env bash + +exit 0