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: e3a6538831d546e3a124750ebdb10bab173ab585 (
plain
)
1
2
3
for
proj
in
`
cat
gameVersions.txt
`
;
do
./gradlew
publishModrinth
-PgameVersion
=
$proj
$*
done