Newer
Older
D5_IoT_PG / run_IoTP.sh
@mannzyuusan mannzyuusan on 25 Apr 251 bytes first commet
#!/bin/bash

ver=0.51
if [ -f "../IoTP-${ver}-launcher.jar" ]; then
  echo "IoTP jarfile exists."
else
  curl https://cit.istlab.info/IoTP/target/IoTP-${ver}-launcher.jar --output ~/IoTP-${ver}-launcher.jar
fi

java -jar ../IoTP-${ver}-launcher.jar &