From 5ff3bc944ee2fe308e00dac8b6b309104c08dc8b Mon Sep 17 00:00:00 2001 From: Benjamin Lipp Date: Tue, 8 Apr 2025 17:52:07 +0200 Subject: [PATCH] chore: add README for marzipan --- marzipan/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 marzipan/README.md diff --git a/marzipan/README.md b/marzipan/README.md new file mode 100644 index 0000000..3ea7136 --- /dev/null +++ b/marzipan/README.md @@ -0,0 +1,9 @@ +# Rewriting analyze.sh in Python + +* `../analyze.sh` is the old script +* `src/analyze.sh` is the new script + +* call the old script from the Rosenpass repository's root directory with `./analyze.sh` +* call the new script: + * `nix shell` + * `src/analyze.sh analyze $repo` where `$repo` is the absolute(?) path to the root directory of the Rosenpass repository.