easydoneit-cli

Easydoneit cli is a simple task manager for terminals.
git clone https://noulin.net/git/easydoneit-cli.git
Log | Files | Refs | README | LICENSE

edi (823B)


      1 #! /bin/bash
      2 # Copyright (C) 2014 Spartatek AB
      3 #
      4 # contact@spartatek.se
      5 # http://spartatek.se
      6 #
      7 # EASYDONEIT CLI is free software: you can redistribute it and/or modify
      8 # it under the terms of the GNU Genereric Public License as published by
      9 # the Free Software Foundation, either version 3 of the License, or
     10 # (at your option) any later version.
     11 #
     12 # EASYDONIT CLI is distributed in the hope that it will be usesul,
     13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     15 # GNU Genereral Public License for more details.
     16 #
     17 # You should have received a copy of the GNU General Public License
     18 # along with this program. If not, see
     19 # GNU licences http://www.gnu.org/licenses
     20 #
     21 #
     22 # call python to avoid permission denied
     23 python `dirname $0`/edi.py "$@"