aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar BanceDev 2025-02-07 14:33:33 -0500
committerGravatar BanceDev 2025-02-07 14:33:33 -0500
commite373f9a259ca6e32584540e7b9fec7de93a1567d (patch)
tree4e179438b47cf533eca5c1993e31eea0a198a78c /README.md
parentadded command string mode (diff)
added trap builtin
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.