diff options
-rw-r--r-- | eshtrans/main.esh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/eshtrans/main.esh b/eshtrans/main.esh index c27ad2f..b0bcf53 100644 --- a/eshtrans/main.esh +++ b/eshtrans/main.esh @@ -113,7 +113,9 @@ main() #try '$foo' #try '${foo%bar baz}' #try '$(($(foo bar) + 1))' -try 'foo 2>bar' -try '2>bar' -try '2 foo' +#try 'foo 2>bar' +#try '2>bar' +#try '2 foo' + + sh_codegen "$(esh_parse "${1}" <"${1}")" } |