Skip to content

Instantly share code, notes, and snippets.

@ciberado
Created November 29, 2022 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ciberado/3196cbcf568001dd0e8fedc6214a18d0 to your computer and use it in GitHub Desktop.
Save ciberado/3196cbcf568001dd0e8fedc6214a18d0 to your computer and use it in GitHub Desktop.
#!/bin/sh
 
sudo apt update
sudo apt install openjdk-8-jre-headless -y
wget https://github.com/ciberado/pokemon/releases/download/stress/pokemon-0.0.4-SNAPSHOT.jar
java -jar pokemon-0.0.4-SNAPSHOT.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment