aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorAnthony Wang2021-12-08 12:40:12 -0600
committerAnthony Wang2021-12-08 12:40:12 -0600
commitf6c080fd9f22141085046b3ead643563648a1276 (patch)
treec49ae2f7c72eab2d0f1a03134b895d32b641a7f5 /run.sh
parent9e38c72d03320a935200427602f8220c4008eef7 (diff)
Add Lua code
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 5bb14a5..fc5986f 100755
--- a/run.sh
+++ b/run.sh
@@ -59,4 +59,4 @@ echo Lisp
hyperfine "ecl --shell test.lisp"
echo Lua
-
+hyperfine "lua test.lua"