Newer
Older
M5StickCPlus_FactoryTest2022 / run_IoTP.sh
@motoki miura motoki miura on 8 Apr 2024 250 bytes v0.51
#!/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 &