index
:
github/Neodymium.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
publish
/
modrinth_all.sh
blob: 80d68db4ab74b2d9b65b9b43894eb6cdfb0dacdc (
plain
)
1
2
3
for
proj
in
`
cat
gameVersions.txt
`
;
do
./gradlew
publishModrinth
-PgameVersion
=
$proj
$*
done