Ajout de README.md (FR)

This commit is contained in:
philippe lhardy
2025-06-23 11:05:30 +02:00
parent b7d7fdf8a3
commit 38c4de6838
4 changed files with 75 additions and 2 deletions

View File

@@ -22,5 +22,7 @@ then
json=$json_file
fi
python3 parse_sample.py $json_file
php parse_sample.php $json_file
code_dir=../code/
python3 ${code_dir}parse_sample.py $json_file
php ${code_dir}parse_sample.php $json_file