Script to open Ninja ide from Terminal and minimize the calling Terminal
Create a file with sh extension with the following code
Just edit the apps names with the ones you like.
#!/bin/sh /usr/bin/osascript -e 'tell application "System Events" to click (first button of (first window of (application process "Terminal")) whose role description is "minimize button")' python /Users/carpincho/Dev/ninja-ide/ninja-ide.py
Just edit the apps names with the ones you like.
Comments