legal notice
This commit is contained in:
parent
2d89225840
commit
b9f539bc5b
20
functions.sh
20
functions.sh
@ -1,3 +1,23 @@
|
|||||||
|
################################################################################
|
||||||
|
# Copyright 2022 Antonin Portelli
|
||||||
|
#
|
||||||
|
# This file is part of miria-cli.
|
||||||
|
#
|
||||||
|
# miria-cli 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.
|
||||||
|
#
|
||||||
|
# miria-cli 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
|
||||||
|
# miria-cli. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# Functions used in miria-cli commands #########################################
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
# Print error message
|
# Print error message
|
||||||
#
|
#
|
||||||
|
18
miria-find
18
miria-find
@ -1,3 +1,21 @@
|
|||||||
|
################################################################################
|
||||||
|
# Copyright 2022 Antonin Portelli
|
||||||
|
#
|
||||||
|
# This file is part of miria-cli.
|
||||||
|
#
|
||||||
|
# miria-cli 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.
|
||||||
|
#
|
||||||
|
# miria-cli 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
|
||||||
|
# miria-cli. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
################################################################################
|
||||||
|
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -uoe pipefail
|
set -uoe pipefail
|
||||||
|
Loading…
Reference in New Issue
Block a user