Created
January 14, 2017 20:16
-
-
Save GabrielCzar/71c02d6a56b08bf36f70724bc5e95812 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env xdg-open | |
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Terminal=false | |
Exec=command to run here | |
Name=visible name here | |
Comment=comment here | |
Icon=icon path here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment