diff --git a/BUGS b/BUGS deleted file mode 100644 index 87b2c29..0000000 --- a/BUGS +++ /dev/null @@ -1,13 +0,0 @@ - -*- org -*- -* TODO -** bin/gash --debug --parse <(echo done) -** bin/gash <(echo 'echo "$foo"') -prints: $bar -** bin/gash <(echo 'echo "foo=$bar"') -prints: foo=$bar -** bin/gash <(echo 'echo "foo:$bar"') -prints: foo:$bar - -* DONE -** bin/gash --debug --parse <(echo 'foo=`eval echo $bar`') -** gash -c STRING diff --git a/todo/process-substitution-in b/todo/process-substitution-in new file mode 100644 index 0000000..b22ae6f --- /dev/null +++ b/todo/process-substitution-in @@ -0,0 +1 @@ +cat <(cat README) \ No newline at end of file