Organisation.

This commit is contained in:
2026-02-27 19:05:01 +00:00
parent 7edad0c5bb
commit b89e015170
7 changed files with 64 additions and 67 deletions

8
nellie Executable file
View File

@@ -0,0 +1,8 @@
#/bin/sh
if ! command -v lua &> /dev/null
then
echo "lua could not be found"
exit 1
else
lua index.lua "$@"
fi