This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function echoWithDate() | |
{ | |
msg="$(date): ${*}" | |
echo "${msg}" | |
} | |
# run this in the background, create a window with the title and this function will raise it above all. | |
# pass it the amount of time you think the app takes to create window with the title. | |
# | |
# This is used to bring the dialog box to the top of all the windows that get created in the single desktop |