【发布时间】:2017-07-14 18:58:44
【问题描述】:
所以我正在寻找运行让我们说以下脚本
#!/bin/bash/
do
echo "Starting script"
osascript -e 'tell app "System Events" to display dialog "Currently script is running, please do not use computer"'
do somecommands
done
我希望当“执行某些命令”在后台运行而不终止该显示时,显示保持在屏幕上。这可能吗?
谢谢
【问题讨论】:
-
你可能想看看macscripter.net
标签: bash macos terminal applescript