Skip to content

Instantly share code, notes, and snippets.

@brunorozendo
Last active January 23, 2017 19:59
Show Gist options
  • Save brunorozendo/e87bf43daccd0ed944799fe9bfe7364f to your computer and use it in GitHub Desktop.
Save brunorozendo/e87bf43daccd0ed944799fe9bfe7364f to your computer and use it in GitHub Desktop.
#!/bin/sh
# Add to applications list
cat << EOF > ~/.local/share/applications/astah.desktop
[Desktop Entry]
Name=SQL eveloper
Exec=/opt/astha/astah_professional/astah
MimeType=text/plain;
Terminal=false
Type=Application
Icon=/opt/astha/astah_professional/astah.ico
Categories=Development;
EOF
chmod a+x ~/.local/share/applications/astah.desktop
echo "Finish!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment