#!/bin/bash # Copyright (C) 2019 Ian Kelling # SPDX-License-Identifier: AGPL-3.0-or-later if [[ -s ~/.bashrc ]];then . ~/.bashrc;fi usage() { cat <