From e373f9a259ca6e32584540e7b9fec7de93a1567d Mon Sep 17 00:00:00 2001 From: BanceDev Date: Fri, 7 Feb 2025 14:33:33 -0500 Subject: added trap builtin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b8ac3d7..0394983 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ # Lunar Shell -Lunar Shell (lush) is an open source unix shell with a single goal in mind. That goal is to offer the ability to write shell scripts for your operating system entirely in Lua. The Lua scripting language has many powerful features that allow for more control in the hands of the user to automate tasks on their machine. +Lunar Shell (lush) is an open source Linux shell with a single goal in mind. That goal is to offer the ability to write shell scripts for your operating system entirely in Lua. The Lua scripting language has many powerful features that allow for more control in the hands of the user to automate tasks on their machine. > [!NOTE] > Lunar Shell is very early in development and may be lacking in many features common of other Linux shells. -- cgit v1.2.3-59-g8ed1b