summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index edbd627..dfe56c4 100644
--- a/main.go
+++ b/main.go
@@ -187,6 +187,10 @@ func main() {
if err := pb.makeNewSortfile(pf); err != nil {
badExit(err)
}
+
+ if err := pb.makeGuiFile(pf); err != nil {
+ badExit(err)
+ }
}
func okExit(s string) {