You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
autopif.sh: pass advanced argument to migrate script
This commit is contained in:
@@ -5,6 +5,11 @@ if [ "$USER" != "root" -o "$(whoami 2>/dev/null)" != "root" ]; then
|
||||
exit 1;
|
||||
fi;
|
||||
|
||||
case "$1" in
|
||||
-h|--help|help) echo "sh autopif.sh [-a]"; exit 0;;
|
||||
-a|--advanced|advanced) ARGS="-a";;
|
||||
esac;
|
||||
|
||||
echo "Xiaomi.eu pif.json extractor script \
|
||||
\n by osm0sis @ xda-developers";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user