summaryrefslogtreecommitdiff
path: root/distix
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-04-18 11:59:25 +0100
committerLars Wirzenius <liw@liw.fi>2014-04-18 11:59:25 +0100
commitb2345a3e2a5ac6302d7233f978aa5c62cb6fc7de (patch)
treee8d12f0e59929012f0c510b746ed949ec36d186a /distix
parentaa719b6edf8ca9c6a7efc7f506858dd919e231e5 (diff)
downloaddistix-b2345a3e2a5ac6302d7233f978aa5c62cb6fc7de.tar.gz
Add a placeholder "distix _list"
Diffstat (limited to 'distix')
-rwxr-xr-xdistix22
1 files changed, 22 insertions, 0 deletions
diff --git a/distix b/distix
new file mode 100755
index 0000000..b124a58
--- /dev/null
+++ b/distix
@@ -0,0 +1,22 @@
+#!/usr/bin/env python2
+# Copyright 2014 Lars Wirzenius
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# =*= License: GPL-3+ =*=
+
+
+import distixlib
+
+distixlib.Distix().run()