Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2020-11-23 00:43:02 +01:00
parent fc7dc3f34a
commit 92c9bc16f0
8 changed files with 200 additions and 11 deletions

View File

@ -11,9 +11,12 @@
#
###################################################
mainteiner="Marcin Woźniak"
function scanning(){
EUSCAN=$(euscan --nocolor --quiet "$1")
if [ -n "$EUSCAN" ]; then
echo $1
echo "=============== NOW: $(find ./* -mindepth 2 -maxdepth 2 -name ''"$1"'*.ebuild' | sort | tail -1) =================
$(echo -e "$EUSCAN" | tail -1)"
fi
@ -89,6 +92,7 @@ function main(){
;;
-f|--folder)
folder "$2" | tee -a "euscan-$(date -I).log"
;;
*)
echo "No found variable"; echo; help