summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eshtrans/main.esh8
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}")"
}