You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Download the script and save it to a permanent folder of your choice. In this ex
14
14
4. Create a symbolic link for quicker access from the command line ```ln -sf "/Users/${USER}/myscripts/kill-ms-teams-on-mac/killTeams.sh" "/usr/local/bin/killTeams"```
15
15
5. Ensure teams is open and running then execute ```killTeams```
16
16
#### Create a Desktop Shortcut from the command line
17
-
- Create a symbolic link ```ln -sf "/Users/${USER}/myscripts/killTeams.sh" "/Users/${USER}/Desktop/Kill MS Teams"```
17
+
- Create a symbolic link ```ln -sf "/Users/${USER}/myscripts/kill-ms-teams-on-mac/killTeams.sh" "/Users/${USER}/Desktop/Kill MS Teams"```
18
18
- From your Desktop, double click the new shortcut and it should kill Microsoft Teams
0 commit comments