| OpenSesh RISC OS application run file
| ---------------------------------------
|
| File: !Run
|
| Purpose:
|
|     Start OpenSesh with enough Wimp memory for editing and audio.
|
| This file intentionally does NOT install runtime modules.

Obey <Obey$Dir>.!Boot
WimpSlot -min 196608K
Dir <Obey$Dir>
Run opensesh

| end of !Run
