From cad665bff75190a218b4f16dd1dbcf6f99b52491 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 28 Apr 2024 04:23:04 +0200 Subject: [PATCH] Initial commit --- PS3/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/PS3/README.md b/PS3/README.md index e69de29..0a043dc 100644 --- a/PS3/README.md +++ b/PS3/README.md @@ -0,0 +1,19 @@ +# PS3 + +- Download ps3_extract.sh script + +```bash +wget https://git.sthope.dev/sthope/Emulation-and-ROMs/raw/branch/main/PS3/ps3_extract.sh +``` + +- Chmod + +```bash +chmod +x ps3_extract.sh +``` + +- Put zip inside todo folder and run script + +```bash +./ps3_extract.sh +```