citadel

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

commit a91a9e42f5c437d8ae50a58daee5a1eed3cc798a
parent 01fc039aea73e479a6077b84e70a0c69e471a9e5
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 19 Sep 2020 05:05:19 -0700

bin/mdr: support rst

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

diff --git a/bin/mdr b/bin/mdr @@ -1,6 +1,6 @@ #!/usr/bin/env bash -files=(readme.md README.md) +files=(readme.md README.md README.rst readme.rst) for f in "${files[@]}"; do if [ -f "$f" ]; then