Launching a cli server as background process in OSX

Dr. Hawkins dochawk at gmail.com
Thu Aug 1 13:46:53 EDT 2019


On Jul 31, 2019, at 3:56 PM, David Bovill via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> The issue is that as the shell command runs until you forcibly exit 

(somecommand & | sleep 1)

will launch somecommand as a background process and then sleeps 1 second before returning.

somecommand could be a simple steel script or even an alias that specifies arguments, redirection, etc.
— 
Richard E. Hawkins, Esq.
The Hawkins Law Firm
3430 E. Flamingo Rd.
Suite 232
Las Vegas, NV  89121
(702) 508-8462




More information about the use-livecode mailing list