aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2025-05-19 04:06:55 +0200
committerEinhard Leichtfuß <alguien@respiranto.de>2025-05-19 04:06:55 +0200
commit0381a442999a26a214eabd0e78ce5fc6ecfc525c (patch)
treefc83b34d5345d7f7e5663e61e9a6a739b5a494e4 /README.md
parent2dab312844708c869422a9a39a9ccc6a2a49effc (diff)
Add README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
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.