Skip to content

Instantly share code, notes, and snippets.

@CalebWhiting
Last active April 21, 2022 08:12
Show Gist options
  • Save CalebWhiting/0b376afe8d60995b133e59b991d28aff to your computer and use it in GitHub Desktop.
Save CalebWhiting/0b376afe8d60995b133e59b991d28aff to your computer and use it in GitHub Desktop.
runelite-latest-version
#!/usr/bin/env bash
wget --no-cache -q -O - https://github.com/runelite/runelite/tags | \
grep --max-count 1 -o 'tag runelite-parent-.*$' | \
sed 's/tag runelite-parent-//'
@CalebWhiting
Copy link
Author

CalebWhiting commented Apr 21, 2022

Fetches the latest RuneLite release version from Github

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment