summaryrefslogtreecommitdiff
path: root/docs/DEVNOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/DEVNOTES.md')
-rw-r--r--docs/DEVNOTES.md25
1 files changed, 25 insertions, 0 deletions
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