How can I run a command in a terminal at startup then have the terminal close while command continues
There could be a completely different way to do this but this works as long as I leave the terminal open. My goal is to be able to close the terminal and leave the command running.
I need to announce a bonjour service using the following command
dns-sd -R "Ion AirCopy" _uscan._tcp local 80 "note=AirScan for s400w" "duplex=F" "is=adf" "cs=color" "pdl=image/jpeg" "uuid=4509a320-00a0-008e-00b6-000507510ecc" "rs=eSCL" "representation=http://192.168.0.117/icon.png" "vers=2.2" "usb_MDL=AirCopy" "usb_MFG=Ion" "mdl=AirCopy" "mfg=Ion" "ty=Ion AirCopy" "adminurl=http://192.168.0.117/index.php" "txtvers=1"
but I want the window to close and leave it running.
Any suggestions?
Mac mini, macOS 10.15