This is the venerable java-based version of the Pokemon demo in its new incarnation. Useful when you need to deploy something that changes with each execution of the application.
#!/bin/sh
sudo apt update
sudo apto install openjdk-17-jre-headless -y
wget https://github.com/elkinlrc/who-s-that-pokemon-java/releases/download/v2.0.2/pokemon-v2.0.2.jar
java -jar pokemon-v2.0.2.jar