From 5752718e99a062a8a15c7c8f40e55beab8ce8373 Mon Sep 17 00:00:00 2001 From: plarus Date: Sat, 3 Mar 2018 19:43:44 +0100 Subject: [PATCH] Add comment in frankenpebble python script --- tools/frankenpebble.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/frankenpebble.py b/tools/frankenpebble.py index 20b4abf..e3b4f2d 100644 --- a/tools/frankenpebble.py +++ b/tools/frankenpebble.py @@ -1,4 +1,8 @@ #!/usr/bin/env python +# +# Command line example: python ./frankenpebble.py "./aplite.pbw" "./modern.pbw" "out.pbw" + + import zipfile import os import argparse