repo.or.cz
/
flussence-overlay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
media-sound/qpwgraph: add 0.8.0, drop 0.7.9
[flussence-overlay.git]
/
scripts
/
get-minecraft-launcher-versions.sh
blob
2ff042809329bd7707b5c6b4e3401227bf8569f6
1
#!/bin/sh
2
curl
-s
https
://
launchermeta.mojang.com
/
mc
/
launcher.json | \
3
json_pp | \
4
perl
-ne
'print if /\Q"java"\E/ .. /^\s{3}\Q},\E/'