mirror of
https://git-qiuchenly.yltfspace.com/QiuChenly/corepatch
synced 2025-11-25 10:08:20 +08:00
5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
set -euo pipefail
|
||
|
|
cd "$(dirname "$0")" || exit 1
|
||
|
|
sudo -E bash ./PD_Crack_AllInOne.sh
|