load.sh 241 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 #!/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 ..