citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit af61ad3ec8862ea0ea92375448cd761d4f66d51e
parent 9aa14ac5570432e49bf4138778c8a7d50477e308
Author: William Casarin <jb55@jb55.com>
Date:   Fri,  2 Oct 2020 14:17:19 -0700

bin/rfc: rfcs dir

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mbin/rfc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/rfc b/bin/rfc @@ -6,7 +6,7 @@ then exit 1 fi -RFC_DIR="$HOME/docs/rfc" +RFC_DIR="$HOME/docs/rfcs" mkdir -p $RFC_DIR cd "$RFC_DIR"