diff options
| author | 2024-09-10 14:48:00 -0400 | |
|---|---|---|
| committer | 2024-09-10 14:48:00 -0400 | |
| commit | e21a4d0cc701044bc51358657c76d24c529f8333 (patch) | |
| tree | c3db67bcd5ff89264bf0937f3a67389d53998378 | |
| parent | higher quality image for readme (diff) | |
removed demo image to cleanup
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | demo.png | bin | 17988 -> 0 bytes |
2 files changed, 1 insertions, 4 deletions
@@ -26,11 +26,8 @@ To update Lunar Shell pull the repo and run the install script again. ## Lua Shell Scripting -<p align="center"> - <img width="512" height=auto src="https://github.com/BanceDev/lush/blob/main/demo.png"> -</p> - ```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]) diff --git a/demo.png b/demo.png Binary files differdeleted file mode 100644 index 80bde0b..0000000 --- a/demo.png +++ /dev/null |
