BaseBandRewrite/mobf.sh
Jess 57581e99b2
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m43s
make the client have proxy methods
2024-06-11 23:42:13 +01:00

7 lines
No EOL
196 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 !mixins !org/ !spotify !google !sun !oshi -k $MOBFARGS "$file" || exit 1
done