aboutsummaryrefslogtreecommitdiff
path: root/shell/README
diff options
context:
space:
mode:
Diffstat (limited to 'shell/README')
-rw-r--r--shell/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/README b/shell/README
new file mode 100644
index 000000000..ea1174379
--- /dev/null
+++ b/shell/README
@@ -0,0 +1,6 @@
+Various bits of what is known about busybox shells, in no particular order.
+
+2007-04-14
+lash, hush: both do setsid() and as a result don't have ctty!
+Ctrl-C doesn't work for any child (try rm -i), etc...
+lash: bare ">file" doesn't create a file (hush works)