Files
rosenpass/marzipan/README.md
Benjamin Lipp 2628adbac8 feat(WIP): pretty output in Python
Work on repairing the regexes in pretty_output

Co-Authored-By: Anja Rabich <a.rabich@uni-luebeck.de>
2025-06-03 18:00:27 +02:00

9 lines
351 B
Markdown

# 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 run .# -- analyze analyze $repo` where `$repo` is the absolute(?) path to the root directory of the Rosenpass repository.