#!/usr/bin/env zsh { ( bundle install && osascript -e 'display notification "bundle install" with title "Job completed"' ) & disown } > /dev/null 2>&1