Compare commits

..

2 Commits

Author SHA1 Message Date
afornerot ecfb7d82d4 svg 2024-09-25 22:45:47 +02:00
afornerot 81d7f1714b svg 2024-09-21 12:41:43 +02:00
2 changed files with 0 additions and 14 deletions

Binary file not shown.

View File

@ -1,14 +0,0 @@
#!/bin/bash
# Se positionner sur la racine du projet
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd ${DIR}
DIR=$(pwd)
echo Mise à jour
git reset --hard origin/master
git pull
echo ""
echo Reconfiguration
scripts/reconfigure.sh
echo ""