summaryrefslogtreecommitdiffstats
path: root/pyload-cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload-cli.py')
-rwxr-xr-xpyload-cli.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/pyload-cli.py b/pyload-cli.py
new file mode 100755
index 000000000..b91e7d215
--- /dev/null
+++ b/pyload-cli.py
@@ -0,0 +1,20 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+###############################################################################
+# Copyright(c) 2008-2013 pyLoad Team
+# http://www.pyload.org
+#
+# This file is part of pyLoad.
+# pyLoad is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# Subjected to the terms and conditions in LICENSE
+###############################################################################
+
+from pyload.cli.Cli import main
+
+if __name__ == "__main__":
+ main() \ No newline at end of file