mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-12 07:40:30 -08:00
Rewriting analyze.sh in Python
-
../analyze.shis the old script -
src/__init__.pyis the new script -
call the old script from the Rosenpass repository's root directory with
./analyze.sh -
call the new script from the marzipan directory:
nix run .# -- analyze $repowhere$repois the absolute(?) path to the root directory of the Rosenpass repository.