From 8aa8e3e7ee72ed01b37f310086e5c188329b580d Mon Sep 17 00:00:00 2001 From: crc <> Date: Sun, 22 Oct 2023 16:44:57 +0000 Subject: [PATCH] add CURRENT.txt to start tracking what Im currently working on FossilOrigin-Name: 3305a51db54f6a10ed57b1fc88ec30ff2b2e7af9d6dca006943855526a1f8233 --- CURRENT.txt | 6 ++++++ tests/instructions.sh | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 CURRENT.txt diff --git a/CURRENT.txt b/CURRENT.txt new file mode 100644 index 0000000..4468a4e --- /dev/null +++ b/CURRENT.txt @@ -0,0 +1,6 @@ +Currently Active: + +- Porting Konilo's (termina) words +- Completing port of Konilo's block editor +- Adding missing source data for existing vocabularies +- Improving the D implementation of Nga diff --git a/tests/instructions.sh b/tests/instructions.sh index a12f3a9..211dab7 100755 --- a/tests/instructions.sh +++ b/tests/instructions.sh @@ -21,9 +21,9 @@ echo "ad"; retro-muri ad.muri >/dev/null; retro -r ngaImage; rm -f ngaImage echo "su"; retro-muri su.muri >/dev/null; retro -r ngaImage; rm -f ngaImage echo "mu"; retro-muri mu.muri >/dev/null; retro -r ngaImage; rm -f ngaImage echo "di"; retro-muri di.muri >/dev/null; retro -r ngaImage; rm -f ngaImage -#echo "an"; retro-muri an.muri >/dev/null; retro -r ngaImage; rm -f ngaImage -#echo "or"; retro-muri or.muri >/dev/null; retro -r ngaImage; rm -f ngaImage -#echo "xo"; retro-muri xo.muri >/dev/null; retro -r ngaImage; rm -f ngaImage +echo "an"; retro-muri an.muri >/dev/null; retro -r ngaImage; rm -f ngaImage +echo "or"; retro-muri or.muri >/dev/null; retro -r ngaImage; rm -f ngaImage +echo "xo"; retro-muri xo.muri >/dev/null; retro -r ngaImage; rm -f ngaImage echo "sh"; retro-muri sh.muri >/dev/null; retro -r ngaImage; rm -f ngaImage echo "zr"; retro-muri zr.muri >/dev/null; retro -r ngaImage; rm -f ngaImage echo "ha"; retro-muri ha.muri >/dev/null; retro -r ngaImage; rm -f ngaImage