Skip to content

Instantly share code, notes, and snippets.

View helomri's full-sized avatar

Haroun El Omri helomri

  • France
  • 09:41 (UTC +01:00)
View GitHub Profile
@helomri
helomri / run.bash
Last active May 11, 2022 13:57
A plugin deployer to a spigot server for testing
#!/bin/bash
# How to run:
# Put this script where you want your servers to be located (in an empty folder)
# Have Java 17
# Have an internet connection
# And have an computer
if [ expr $# < 2 ]; then
read -p "Enter the plugin version: " jarVersion