RemoteRunner: worker startup scripts
RemoteRunner workers may be given one more scripts to execute on startup by adding an extension method to the worker with the <gtWorkerStartupScript>
pragma, e.g.:
GtRrWorker>>onStartupAddAttribute
<gtWorkerStartupScript>
attributes at: #customAttribute put: #customValue.
The script must be added to each worker class in which it is to be executed, i.e. scripts added to GtRrWorker
will not be executed in GtRrInImageWorker
and visa-versa.