File Linux .desktop untuk file sh

Make a text file with this in it:

[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon=/file location/file name.png
Exec="/file location/file name.sh"
Name=put name here

Next give it the file extention of ".desktop"
RyanGar46