summaryrefslogtreecommitdiffstats
path: root/fastback-unload-receipt
diff options
context:
space:
mode:
Diffstat (limited to 'fastback-unload-receipt')
-rwxr-xr-xfastback-unload-receipt9
1 files changed, 8 insertions, 1 deletions
diff --git a/fastback-unload-receipt b/fastback-unload-receipt
index b9b2f61..97619b9 100755
--- a/fastback-unload-receipt
+++ b/fastback-unload-receipt
@@ -1,5 +1,12 @@
#!/bin/bash
-
+#
+# ./fastback-unload-receipt RECEIPT
+# where RECEIPT is the name of the file containing the receipt
+# output by fastback
+#
+# will check the md5sum of the file, and decript it if it is encrypted
+# the file must have already been downloaded to the local directory
+#
RECEIPT=$1
if [ "$2" = "" ]; then