From 10910fd4487af6b21d847e6be1d0fd4794cb7644 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Wed, 11 Sep 2024 10:08:57 -0400 Subject: updated readme with visuals --- README.md | 4 ++++ lua_scripting.gif | Bin 0 -> 241329 bytes 2 files changed, 4 insertions(+) create mode 100644 lua_scripting.gif diff --git a/README.md b/README.md index 3bef2e8..02d84db 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ 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 diff --git a/lua_scripting.gif b/lua_scripting.gif new file mode 100644 index 0000000..390501b Binary files /dev/null and b/lua_scripting.gif differ -- cgit v1.2.3-59-g8ed1b