From 4a951b829dabcfd4112172fd33c731437abb84fb Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 23 Nov 2024 11:39:53 -0700 Subject: set up script organization --- amd64.d/portage-config | 0 brysags | 27 +++++++++++++++++++++++++++ common.d/source-arch | 0 3 files changed, 27 insertions(+) create mode 100755 amd64.d/portage-config create mode 100755 brysags create mode 100755 common.d/source-arch diff --git a/amd64.d/portage-config b/amd64.d/portage-config new file mode 100755 index 0000000..e69de29 diff --git a/brysags b/brysags new file mode 100755 index 0000000..5e72adb --- /dev/null +++ b/brysags @@ -0,0 +1,27 @@ +#!/bin/sh +# +# brysags +# Bryson's Awesome Gentoo Scripts +# +# A set of Gentoo shell scripts that automates the installation and management of a Gentoo system. +# Copyright (C) 2024 Bryson Steck +# +# This program is free software; you can redistribute it and/or modify it under the terms of the +# GNU General Public License as published by the Free Software Foundation; either version 2 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 +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with this program; if not, +# write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. Also add information on how to contact you by electronic and paper mail. +# + +# import common functions +if [ -d ./brysags.d ]; then + . ./brysags.d/* +fi + +# import functions for the current architecture diff --git a/common.d/source-arch b/common.d/source-arch new file mode 100755 index 0000000..e69de29 -- cgit v1.2.3