mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 06:23:08 -08:00
343 B
343 B
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.