mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 14:33:37 -08:00
9 lines
344 B
Markdown
9 lines
344 B
Markdown
# Rewriting analyze.sh in Python
|
|
|
|
* `../analyze.sh` is the old script
|
|
* `src/__init__.py` 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 $repo` where `$repo` is the absolute(?) path to the root directory of the Rosenpass repository.
|