BaseBandRewrite/mobf.sh
TudbuT 07cc11c13b
Some checks failed
/ Build BaseBand DSM & Broadway (push) Failing after 3m4s
/ Build BaseBand Installer (push) Successful in 2m19s
/ Build BaseBand Loader (push) Successful in 3m0s
/ Build BaseBand Server (push) Successful in 2m13s
fix gui not showing in prod and implement micro-installer
2024-06-10 17:05:54 +02:00

7 lines
No EOL
185 B
Bash
Executable file

#!/bin/bash
curl https://data.tudbut.de/mobf.jar > mobf.jar
for file in "$@" ; do
echo "$file"
java -jar mobf.jar !mixin !org/ !spotify !google !sun !oshi -k "$file" || exit 1
done