Newer
Older
M5StickCPlus_FactoryTest2022 / run_IoTP.sh
@Your Name Your Name on 9 Apr 2024 251 bytes run script
#!/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 &