From 715e60b87ea39b0b2acc293e8639e8527c260f93 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 17 Feb 2021 22:07:19 -0800 Subject: Pass all arguments to lox --- jlox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jlox b/jlox index 4ef4503..c6be2ea 100755 --- a/jlox +++ b/jlox @@ -1,3 +1,3 @@ #!/usr/bin/env sh -/usr/bin/java -jar src/_build/com/craftinginterpreters/lox/Lox.jar +/usr/bin/java -jar src/_build/com/craftinginterpreters/lox/Lox.jar "$@" -- cgit v1.2.3-54-g00ecf