Reorganize directory

This commit is contained in:
Tracey Clark 2023-09-11 20:01:15 -05:00
commit 10e3e1f745
26 changed files with 371 additions and 477 deletions

6
utility/check_os.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
# Check what OS we're on
OS=`awk -F = '/^NAME/{print $2}' /etc/os-release`
echo "OS found in /etc/os-release is $OS"
export OS="$OS"