Skip to content

Instantly share code, notes, and snippets.

View d3vCr0w's full-sized avatar

Santiago Moreno d3vCr0w

View GitHub Profile
@d3vCr0w
d3vCr0w / iso2wbfs
Last active December 8, 2020 22:03 — forked from openback/iso2wbfs
Uses Wiimms ISO Tool to convert one or more Wii ISO into a WBFS file, properly named for use on non-WBFS partitions. Added verbose option and default file split to less than 4GB for FAT32 filesystems
#!/bin/bash
#===============================================================================
#
# FILE: iso2wbfs
#
# USAGE: ./iso2wbfs [option] FILE... [wbfs directory]
#
# DESCRIPTION: Uses wit to convert one or more Wii ISO into a WBFS file
# properly named for use on non-WBFS partitions.
#