mirror of
https://github.com/fail0verflow/hbc.git
synced 2024-11-14 22:15:15 +01:00
11 lines
154 B
Python
Executable File
11 lines
154 B
Python
Executable File
#!/usr/bin/env python2
|
|
|
|
import sys, os, os.path
|
|
import pywii as wii
|
|
|
|
wii.loadkeys()
|
|
|
|
savefile = sys.argv[1]
|
|
save = wii.WiiSave(savefile)
|
|
save.showcerts()
|