diff options
Diffstat (limited to 'eshtrans/main.esh')
-rw-r--r-- | eshtrans/main.esh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eshtrans/main.esh b/eshtrans/main.esh index b0bcf53..0a0b929 100644 --- a/eshtrans/main.esh +++ b/eshtrans/main.esh @@ -116,6 +116,8 @@ main() #try 'foo 2>bar' #try '2>bar' #try '2 foo' +dbg=true +try 'foo $(bar \' 'baz \' 'qux) &&' # Line number testing - sh_codegen "$(esh_parse "${1}" <"${1}")" +# sh_codegen "$(esh_parse "${1}" <"${1}")" } |