create runnable Desktop shortcut in Kali Linux
This Repository is about how you turn a command line you write in terminal into a one-click shortcut
sudo /opt/lampp/manager-linus-x64.run
chmod +x /where you saved your .sh file/filname.sh
[Desktop Entry] Version=1.0 Exec=/destination of your sh file/filname.sh Name= --Anything-- GenericName= --Anything-- Comment= --Anything-- Encoding=UTF-8 Terminal=true Type=Application Categories=Application
chmod +x /where you saved your .dektop file/filename.desktop
sudo mv /where you saved your .desktop file/fileame. desktop /usr/share/applications