Initial commit

This commit is contained in:
Sthope 2024-04-28 04:23:04 +02:00
parent 501c77f94e
commit cad665bff7

@ -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
```