ya3 (833B)
1 #!/bin/sh 2 3 # Copyright 2018, 2019 Matthias Balk 4 # 5 # This file is part of ya3 (yet another appointment application). 6 # 7 # ya3 is free software: you can redistribute it and/or modify it under the 8 # terms of the GNU Affero General Public License as published by the Free 9 # Software Foundation, either version 3 of the License, or (at your option) any 10 # later version. 11 # 12 # ya3 is distributed in the hope that it will be useful, but WITHOUT ANY 13 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 14 # A PARTICULAR PURPOSE. See the GNU Affero General Public License for more 15 # details. 16 # 17 # You should have received a copy of the GNU Affero General Public License 18 # along with ya3. If not, see <http://www.gnu.org/licenses/>. 19 20 . $(dirname `readlink -f $0`)/env/bin/activate 21 $(dirname `readlink -f $0`)/src/ya3 $@