load.sh 241 Bytes
#!/bin/sh

wget -N -P ./ http://houplin.studserv.deule.net/~grouille/PROJET/upload/binaire.c
wget -N -P ./ http://houplin.studserv.deule.net/~grouille/PROJET/upload/sensor.xml

cp binaire.c Build/main.c
cd Build
make clean
make upload
cd ..