Last active
April 21, 2022 08:12
-
-
Save CalebWhiting/0b376afe8d60995b133e59b991d28aff to your computer and use it in GitHub Desktop.
runelite-latest-version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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-//' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fetches the latest RuneLite release version from Github