Files
Inventaire-gestion/Scripts/restaurer.sh

3 lines
116 B
Bash

#!/bin/bash
cp Excel/prod/ratio_prod.xlsm Excel/dev/ratio_dev.xlsm
echo "✔️ Version stable restaurée dans dev."