From fa11ca91c53c9593c7c0690925917598af434609 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 13 Jul 2007 04:15:07 +0300 Subject: Added a script to run genbackupdata.Application from the command line. --- genbackupdata | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 genbackupdata (limited to 'genbackupdata') diff --git a/genbackupdata b/genbackupdata new file mode 100755 index 0000000..8467396 --- /dev/null +++ b/genbackupdata @@ -0,0 +1,6 @@ +#!/usr/bin/python +# +# Run genbackupdata.Application as a command line utility. + +import sys, genbackupdata +genbackupdata.Application(sys.argv[1:]).run() -- cgit v1.2.1