BaseBandRewrite/mobf.sh
TudbuT 1b67cf9d2e
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 1m55s
add annotation obf :3
2024-06-11 18:28:24 +02:00

7 lines
No EOL
186 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 "$file" || exit 1
done