diff options
Diffstat (limited to 'README.md')
-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. |