Compare commits
No commits in common. "ebc3ade4c6f5f9b179bdfa2bde6561714d953c39" and "f79df00c30d3b57f399f1fe577803fa93c853cdb" have entirely different histories.
ebc3ade4c6
...
f79df00c30
@ -2,14 +2,11 @@
|
||||
<a href="https://gitlab.com/src_prepare/scripts/pipelines">
|
||||
<img src="https://gitlab.com/src_prepare/scripts/badges/master/pipeline.svg">
|
||||
</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/">
|
||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/powered-by-gentoo-linux-tyrian.svg">
|
||||
</a>
|
||||
<a href="./LICENSE">
|
||||
<img src="https://img.shields.io/badge/license-GPLv3-blue.svg">
|
||||
<img src="https://img.shields.io/badge/license-ISC-blue.svg">
|
||||
</a>
|
||||
<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">
|
||||
@ -19,7 +16,5 @@
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
# Scripts
|
||||
|
||||
Miscellaneous maintenance scripts by src_prepare group
|
||||
|
@ -1,23 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This file is part of scripts.
|
||||
|
||||
# scripts 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.
|
||||
|
||||
# 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
|
||||
####################################################
|
||||
#
|
||||
# SRC_PREPARE
|
||||
#
|
||||
# Marcin Woźniak
|
||||
# y0rune@aol.com
|
||||
#
|
||||
# Last edit: 16-09-2020
|
||||
#
|
||||
###################################################
|
||||
|
||||
function scanning(){
|
||||
EUSCAN=$(euscan --nocolor --quiet "$1")
|
||||
@ -81,8 +73,8 @@ function help(){
|
||||
echo "* -f or --folder <FOLDER-NAME>"
|
||||
echo
|
||||
echo "Example of usage"
|
||||
echo "./euscan-parallel -r src_prepare-overlay"
|
||||
echo "./euscan-parallel -f ~/git/src_prepare-overlay"
|
||||
echo "./logeuscan -r src_prepare-overlay"
|
||||
echo "./logeuscan -f ~/git/src_prepare-overlay"
|
||||
}
|
||||
|
||||
function main(){
|
Loading…
Reference in New Issue
Block a user