#!/bin/bash
set -x
cat >~/.local/share/applications/postman.desktop <<EOF
[Desktop Entry]
Type=Application
Name=Postman
Exec="/opt/postman/Postman" %f
Icon=postman
Comment=Rest Client
Terminal=false
Categories=Development;IDE;
Encoding=UTF-8
EOF