Changing name and license
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
f79df00c30
commit
80202c3151
@ -1,15 +1,23 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
####################################################
|
# This file is part of scripts.
|
||||||
#
|
|
||||||
# SRC_PREPARE
|
# scripts is free software: you can redistribute it and/or modify
|
||||||
#
|
# it under the terms of the GNU General Public License as published by
|
||||||
# Marcin Woźniak
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
# y0rune@aol.com
|
# (at your option) any later version.
|
||||||
#
|
|
||||||
# Last edit: 16-09-2020
|
# scripts 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 scripts. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
# Original author: Marcin Woźniak (y0rune@aol.com)
|
||||||
|
# Copyright (c) 2020, src_prepare group
|
||||||
|
# Licensed under the GNU GPL v3 License
|
||||||
|
|
||||||
function scanning(){
|
function scanning(){
|
||||||
EUSCAN=$(euscan --nocolor --quiet "$1")
|
EUSCAN=$(euscan --nocolor --quiet "$1")
|
||||||
@ -73,8 +81,8 @@ function help(){
|
|||||||
echo "* -f or --folder <FOLDER-NAME>"
|
echo "* -f or --folder <FOLDER-NAME>"
|
||||||
echo
|
echo
|
||||||
echo "Example of usage"
|
echo "Example of usage"
|
||||||
echo "./logeuscan -r src_prepare-overlay"
|
echo "./euscan-parallel -r src_prepare-overlay"
|
||||||
echo "./logeuscan -f ~/git/src_prepare-overlay"
|
echo "./euscan-parallel -f ~/git/src_prepare-overlay"
|
||||||
}
|
}
|
||||||
|
|
||||||
function main(){
|
function main(){
|
Loading…
Reference in New Issue
Block a user