mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-01-09 03:43:35 -08:00
Rewriting analyze.sh in Python
-
../analyze.shis the old script -
src/analyze.shis the new script -
call the old script from the Rosenpass repository's root directory with
./analyze.sh -
call the new script:
nix run .# -- analyze $repowhere$repois the absolute(?) path to the root directory of the Rosenpass repository.