Compare commits

...

2 Commits

Author SHA1 Message Date
Maciej Barć ebc3ade4c6
README.md: update
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2020-12-29 21:26:14 +01:00
Marcin Woźniak 80202c3151 Changing name and license
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2020-12-29 20:22:11 +00:00
2 changed files with 26 additions and 13 deletions

View File

@ -2,11 +2,14 @@
<a href="https://gitlab.com/src_prepare/scripts/pipelines"> <a href="https://gitlab.com/src_prepare/scripts/pipelines">
<img src="https://gitlab.com/src_prepare/scripts/badges/master/pipeline.svg"> <img src="https://gitlab.com/src_prepare/scripts/badges/master/pipeline.svg">
</a> </a>
<a href="https://gitlab.com/src_prepare/scripts/">
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/hosted_on-gitlab-orange.svg">
</a>
<a href="https://gentoo.org/"> <a href="https://gentoo.org/">
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/powered-by-gentoo-linux-tyrian.svg"> <img src="https://gitlab.com/src_prepare/badge/-/raw/master/powered-by-gentoo-linux-tyrian.svg">
</a> </a>
<a href="./LICENSE"> <a href="./LICENSE">
<img src="https://img.shields.io/badge/license-ISC-blue.svg"> <img src="https://img.shields.io/badge/license-GPLv3-blue.svg">
</a> </a>
<a href="https://app.element.io/#/room/#src_prepare:matrix.org"> <a href="https://app.element.io/#/room/#src_prepare:matrix.org">
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/chat-matrix-blue.svg"> <img src="https://gitlab.com/src_prepare/badge/-/raw/master/chat-matrix-blue.svg">
@ -16,5 +19,7 @@
</a> </a>
</p> </p>
# Scripts # Scripts
Miscellaneous maintenance scripts by src_prepare group Miscellaneous maintenance scripts by src_prepare group

View File

@ -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(){