Mise en place d'une sauvegarde versionnée

This commit is contained in:
2025-05-17 08:43:35 +02:00
parent b921838aa5
commit ef9f0dc134
10 changed files with 81 additions and 0 deletions

3
Scripts/restaurer.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cp Excel/prod/ratio_prod.xlsm Excel/dev/ratio_dev.xlsm
echo "✔️ Version stable restaurée dans dev."