This commit is contained in:
2026-03-29 11:46:50 +01:00
parent e6f3b5c77f
commit 7aa282b405
8 changed files with 175 additions and 102 deletions

2
run.sh
View File

@@ -4,5 +4,5 @@ then
echo "lua could not be found"
exit 1
else
lua -i -v -W -l nellie -e Run "$@"
lua -l nellie -e "Run'$@'"
fi