remove BUGS

This commit is contained in:
Jan Nieuwenhuizen 2018-07-04 20:10:06 +02:00
parent 836f7627b2
commit b5632a0103
2 changed files with 1 additions and 13 deletions

13
BUGS
View File

@ -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

View File

@ -0,0 +1 @@
cat <(cat README)