Skip to content

Instantly share code, notes, and snippets.

View clontarfx's full-sized avatar

ClontarfX clontarfx

View GitHub Profile
@clontarfx
clontarfx / create-index.sh
Last active December 31, 2023 17:59
Creates a HTML page that allows mounting of PS ISO using mount.ps3 in webMAN-MOD
#!/bin/bash
# create-index.sh
# Author: clontarfx (GitHub)
# Purpose: Creates a HTML page that allows mounting of PS ISO using mount.ps3 in webMAN-MOD
# Usage: ./create-index.sh <nethost>/<ISO folder>
# Example: ./create-index.sh net0/PSXISO
#
# WARNING: This script expects your BIN/ISO to be at <nethost>/<ISO folder>/<game>/<game.bin>.
# WARNING: If this doesn't match your storage layout, you must modify the script.