update project usage

This commit is contained in:
2025-08-18 09:43:55 +02:00
parent 204658df0c
commit 7408912bd5
2 changed files with 15 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
python3 convert_nextcloud_poll_csv.py ../samples/poll1.csv 'Très Bien' 'Bien' 'Assez Bien' 'Passable' 'Insuffisant' 'A Rejeter'
csv_file="$1"
python3 convert_nextcloud_poll_csv.py "$csv_file" 'Très Bien' 'Bien' 'Assez Bien' 'Passable' 'Insuffisant' 'A Rejeter'