open -a is the way to achieve nohup-like behaviour on macOS (nohup has no effect there)
open -a "/Applications/Microsoft Teams.app/Contents/MacOS/Teams"
If you want to change selection, open document below and click on "Move attachment"
Unknown titlel and the only workaround I’ve found for this is using the open command: ps -ef | grep teams | cut -d " " -f2 | xargs kill -9sleep 3rm -rf "/Users/me/Library/Application Support/Microsoft/Teams"<span>open -a "/Applications/Microsoft Teams.app/Contents/MacOS/Teams" Now the script finished executing yet the Teams app is still running in the background. 🐈⬛ Mac Macos MacBook Shell Bash Follow Written by Ido Montekyo 96 Followers ·Editor for idomongo Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details