mirror of
https://github.com/byReqz/blackmate.git
synced 2024-11-23 11:44:56 +00:00
Add files via upload
This commit is contained in:
parent
4fdc2c3300
commit
829952ef06
12
blackmate.sh
12
blackmate.sh
@ -1,11 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Blackmate v0.2
|
# Blackmate v0.3
|
||||||
#
|
#
|
||||||
# Description : BlackMate is a menu generator for the BlackArch Linux os tools, made for the wm Mate and xfce4.
|
# Description : BlackMate is a menu generator for the BlackArch Linux os tools, made for the wm Mate and xfce4.
|
||||||
# It will fetch the latest database of BlackArch and create an entry for each of them in the menu
|
# It will fetch the latest database of BlackArch and create an entry for each of them in the menu
|
||||||
# You may run the script as often a new added tools is available
|
# You may run the script as often a new added tools is available
|
||||||
# The script can handle only 1 wm at the same time
|
# The script can handle only 1 wm at the same time
|
||||||
#
|
#
|
||||||
# Author : Dimitri Mader -> dimitri@linux.com
|
# Author : Dimitri Mader -> dimitri@linux.com
|
||||||
# Url : https://github.com/Anyon3/blackmate
|
# Url : https://github.com/Anyon3/blackmate
|
||||||
@ -56,7 +56,7 @@ read n
|
|||||||
terminal=`echo mate-terminal`;
|
terminal=`echo mate-terminal`;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "[*] Generating the menu, please wait...";
|
printf "\n[*] Generating the menu, please wait...";
|
||||||
|
|
||||||
#Start to loop each tools, set $subc as subcategorie and $tname as name of the tool
|
#Start to loop each tools, set $subc as subcategorie and $tname as name of the tool
|
||||||
for u in $( ls --color=auto /usr/share/blackmate/tmp/ | sort ); do
|
for u in $( ls --color=auto /usr/share/blackmate/tmp/ | sort ); do
|
||||||
@ -175,7 +175,7 @@ fi
|
|||||||
#End of the current categorie
|
#End of the current categorie
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "[*] Cleanup...";
|
printf "[*] Cleanup...";
|
||||||
|
|
||||||
#Move the .desktop to the right directory
|
#Move the .desktop to the right directory
|
||||||
mv /usr/share/blackmate/ba-*.desktop /usr/share/applications
|
mv /usr/share/blackmate/ba-*.desktop /usr/share/applications
|
||||||
|
Loading…
Reference in New Issue
Block a user