From 9819a487ddb9fd81d644139e4443099cd5851820 Mon Sep 17 00:00:00 2001 From: Konstantinos Kallas Date: Sat, 18 Jun 2022 13:52:37 -0400 Subject: [PATCH] Add a note on compatibility in README Signed-off-by: Konstantinos Kallas --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c7145cb8c..873fabcc5 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ To parallelize, say, `./evaluation/intro/hello-world.sh` with parallelization de Run `./pa.sh --help` to get more information about the available commands. Jump to [docs/tutorial](docs/tutorial/) for a longer tutorial. +### Compatibility + +PaSh currently aims for compatibility with bash, and runs scripts on it. + +However, PaSh's parser is POSIX compliant and therefore it only supports scripts that have POSIX-compliant syntax. + ## Installation On Ubuntu, Fedora, Debian, or Arch, run `curl up.pash.ndr.md | sh` to set up PaSh.