bash - Setting popup box with osascript and a 10 second delay -



bash - Setting popup box with osascript and a 10 second delay -

i'm looking setup popup box users see has 10 sec delay before exits , script continues. far i've got following.

osascript -e 'tell app "system events" display dialog delay "10" "running health check \r \rplease allow 30 seconds or more complete." title "health check"'

i've read can utilize "delay" function, i'm having problems getting inline.

i found answer, needed add together in following...

giving after 10

so overall script looks this...

osascript -e 'tell app "system events" display dialog delay "10" "running health check \r \rplease allow 30 seconds or more complete." giving after 10 title "health check"'

bash osascript

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -