From aa2aeb3254a890c74d3d684356ca6c1a0afebb87 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Apr 2013 20:14:51 +0100 Subject: Add placeholder script --- desktop-cronish | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 desktop-cronish diff --git a/desktop-cronish b/desktop-cronish new file mode 100755 index 0000000..c9550ee --- /dev/null +++ b/desktop-cronish @@ -0,0 +1,29 @@ +#!/usr/bin/python +# Copyright 2013 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 . + + +import cliapp + + +__version__ = '0.0' + + +class DesktopCronish(cliapp.Application): + + pass + + +DesktopCronish(version=__version__).run() -- cgit v1.2.1