💾 Archived View for gmi.noulin.net › gitRepositories › easydoneit-cli › file › edi.gmi captured on 2023-01-29 at 13:24:19. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
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 "$@"