From: Agnibho Mondal Date: Wed, 6 Sep 2023 17:37:11 +0000 (+0530) Subject: Shell command X-Git-Tag: v0.2~6 X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=a64a4f5cd9035c9f03a578ac21ab3aefaf353111;p=medscript.git Shell command --- diff --git a/medscript b/medscript new file mode 100755 index 0000000..a590f08 --- /dev/null +++ b/medscript @@ -0,0 +1,10 @@ +#! /bin/sh + +# MedScript +# Copyright (C) 2023 Dr. Agnibho Mondal +# This file is part of MedScript. +# MedScript 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. +# MedScript 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 MedScript. If not, see . + +python3 $(dirname "$0")/medscript.py "$@" diff --git a/resource/medscript.desktop b/resource/medscript.desktop new file mode 100755 index 0000000..949ee07 --- /dev/null +++ b/resource/medscript.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=0.2 +Type=Application +Name=MedScript +Comment=Prescription writing software +TryExec=medscript +Exec=medscript %f +Icon=medscript +MimeType=application/zip;