Skip to content

Instantly share code, notes, and snippets.

@FlorianSebille
Last active September 20, 2017 15:06
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 FlorianSebille/48f55318dea676a4fbff97b1401a1e70 to your computer and use it in GitHub Desktop.
Save FlorianSebille/48f55318dea676a4fbff97b1401a1e70 to your computer and use it in GitHub Desktop.
commande pour lancer directement Hop3x
#!/bin/bash
rm Hop3xEtudiant.jnlp
wget "http://Hop3x.univ-lemans.fr/Hop3xEtudiant.jnlp"
chmod u+x Hop3xEtudiant.jnlp
open Hop3xEtudiant.jnlp
cd
sleep 5
rm h3Etudiant.bat
rm H3Etudiant.sh
rm -rf hop3xEtudiant
rm Hop3xEtudiant.jnlp
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment