fix: change awk mode from append to write

Co-authored-by: Benjamin Lipp <blipp@rosenpass.eu>
This commit is contained in:
Anja Rabich
2025-09-02 16:35:46 +02:00
parent b1ac5d9244
commit 13c5edbe44
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# Rewriting analyze.sh in Python
* `../analyze.sh` is the old script
* `src/analyze.sh` is the new 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: