DEV Community

Discussion on: Rails 6: the missing developer setup guide

Collapse
 
pandelis profile image
Pandelis

My solution for notifications in my scripts is to use the bell sound and apple script.

# Notify that user input is needed
   tput bel
   osascript -e 'display notification "Please fill in your CA information" with title "Infrastructure Setup"'