Initial framework commit
This commit is contained in:
commit
72d218235f
14 changed files with 2403 additions and 0 deletions
6
.rc
Normal file
6
.rc
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue