mirror of
https://github.com/FIX94/hbc.git
synced 2024-11-25 20:16:56 +01:00
11 lines
153 B
Python
Executable File
11 lines
153 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import sys, os, os.path
|
|
import pywii as wii
|
|
|
|
wii.loadkeys()
|
|
|
|
savefile = sys.argv[1]
|
|
save = wii.WiiSave(savefile)
|
|
save.showcerts()
|