postgres-formula/postgres/templates/mac_shortcut.sh
2018-03-08 21:27:47 +00:00

8 lines
278 B
Bash
Executable file

#!/usr/bin/env bash
shortcutName='${1}'
app="postgres.app"
Source="/Applications/$app"
Destination="{{ homes }}/{{ user }}/Desktop/${shortcutName}"
/usr/bin/osascript -e "tell application \"Finder\" to make alias file to POSIX file \"$Source\" at POSIX file \"$Destination\""