From e21a4d0cc701044bc51358657c76d24c529f8333 Mon Sep 17 00:00:00 2001 From: Lance Borden Date: Tue, 10 Sep 2024 14:48:00 -0400 Subject: removed demo image to cleanup --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a1ef970..3bef2e8 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,8 @@ To update Lunar Shell pull the repo and run the install script again. ## Lua Shell Scripting -

- -

- ```lua +-- example lua script to compile a C file if args ~= nil and args[1] ~= nil then if args[1]:match("%.c$") then lush.exec("gcc -o " .. args[1]:sub(1, -3) .. " " .. args[1]) -- cgit v1.2.3-59-g8ed1b