diff options
author | Einhard Leichtfuß <alguien@respiranto.de> | 2025-05-19 04:06:55 +0200 |
---|---|---|
committer | Einhard Leichtfuß <alguien@respiranto.de> | 2025-05-19 04:06:55 +0200 |
commit | 0381a442999a26a214eabd0e78ce5fc6ecfc525c (patch) | |
tree | fc83b34d5345d7f7e5663e61e9a6a739b5a494e4 | |
parent | 2dab312844708c869422a9a39a9ccc6a2a49effc (diff) |
Add README
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..07e84f8 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# SimpleShell (working title) + +* SimpleShell is meant to be a programming language to use in place of shell + languages (POSIX sh, Bash, ...). +* SimpleShell compiles to POSIX sh, where the output is supposed to be + human-readable. |