Skip to content

Instantly share code, notes, and snippets.

View ufo22940268's full-sized avatar
🎯
Focusing

Chao Cheng ufo22940268

🎯
Focusing
View GitHub Profile
@ufo22940268
ufo22940268 / a.go
Created December 5, 2013 07:25 — forked from errord/gist:7801466
package main
import (
"fmt"
"log"
"os/exec"
"os"
"io"
)
@ufo22940268
ufo22940268 / iso2wbfs
Created November 21, 2012 13:21 — 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
#!/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.
#