diff --git a/antifurto/antifurto.bash b/antifurto/antifurto.bash new file mode 100755 index 0000000000000000000000000000000000000000..af51b148a12be6372d543af7f2e0229b33dfe700 --- /dev/null +++ b/antifurto/antifurto.bash @@ -0,0 +1,5 @@ +#!/bin/bash +javac -cp .:./org.eclipse.paho.client.mqttv3_1.2.5.jar:./org.json-1.0.0.v201011060100.jar -d bin src/code/* +echo 'antifurto compiled' +cd .bin +java -classpath .:../org.eclipse.paho.client.mqttv3_1.2.5.jar:../org.json-1.0.0.v201011060100.jar code.Antifurto $1