[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] UNIX kill supercollider command
[kubick]->[[sc-users] UNIX kill supercollider command]->[06-03-07 01:18]
|Some time ago, I knew how to kill sc from a unix cron line, but I seem
|to have both forgotten and misplaced the info.
|can anyone supply me with the proper syntax to do that and then turn
|off the machine?
when you shut down the system all processes will be terminated anyways,
but to be sure
1 18 * * * killall scsynth sclang ; shutdown -h now