Open kamilsk opened 6 years ago
the behavior must be the same as #28
now I use (cmdpid=$BASHPID; (sleep 3600; kill $cmdpid) & exec make cmd-urls)
(cmdpid=$BASHPID; (sleep 3600; kill $cmdpid) & exec make cmd-urls)
the behavior must be the same as #28