Ok. Thank you. I may need some more guidance. I tried putting this in through automator as well as cutting and pasting into terminal. Nothing happens when I do it in automator and it tries to run but no luck
this is what I get when it goes in to terminal
Last login: Mon Dec 7 11:02:55 on ttys000
mikemitchell@Mikes-Mac-mini ~ % #!/bin/sh
zsh: event not found: /bin/sh
mikemitchell@Mikes-Mac-mini ~ % #!/bin/sh
while true
do
/applications/Plex\ Media\
Server.app/Contents/MacOS/
Plex\ Media\ Server
done
zsh: event not found: /bin/sh
mikemitchell@Mikes-Mac-mini ~ % #!/bin/bash
zsh: event not found: /bin/bash
mikemitchell@Mikes-Mac-mini ~ % #!
zsh: command not found: #!
mikemitchell@Mikes-Mac-mini ~ % #!/bin/sh
zsh: event not found: /bin/sh
mikemitchell@Mikes-Mac-mini ~ % #1/bin/zsh
zsh: no such file or directory: #1/bin/zsh
mikemitchell@Mikes-Mac-mini ~ % #!/bin/sh
while true
do
/applications/Plex\ Media\
Server.app/Contents/MacOS/
Plex\ Media\ Server
done
zsh: event not found: /bin/sh
mikemitchell@Mikes-Mac-mini ~ % #!/bin/bash
while true
do
/applications/Plex\ Media\
Server.app/Contents/MacOS/
Plex\ Media\ Server
done
zsh: event not found: /bin/bash
mikemitchell@Mikes-Mac-mini ~ %
Any suggestions?
Mike