From 607dd5220dbaa00807ae2e87df31bde68abe7711 Mon Sep 17 00:00:00 2001 From: Ákos Kőrösi Date: Fri, 22 May 2026 01:53:22 +0200 Subject: add notes --- docs/DEVNOTES.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/DEVNOTES.md (limited to 'docs/DEVNOTES.md') diff --git a/docs/DEVNOTES.md b/docs/DEVNOTES.md new file mode 100644 index 0000000..35a14c4 --- /dev/null +++ b/docs/DEVNOTES.md @@ -0,0 +1,25 @@ + +# TODO + +## CURRENT +- add sourcing + +## NEXT +- arithmetic +- fd-based redirects + +## LATER +- proper error handling +- marked todos in code + +## BUGS + +1. +``` +export FOO=bar +echo "$FOO"bie +``` +prints `bar bie` (with the space). + +2. +```echo "'hi'"``` hangs -- cgit v1.2.3