Initial framework commit

This commit is contained in:
Ingy döt Net 2023-06-28 13:59:20 -04:00
commit 72d218235f
14 changed files with 2403 additions and 0 deletions

6
.rc Normal file
View file

@ -0,0 +1,6 @@
# shellcheck shell=bash disable=2086
RCD_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]:-$0}")" && pwd)
PATH=$RCD_ROOT/bin:$PATH
export PATH RCD_ROOT