
; SJED
;
; script to run JEd on its own screen.
; this should be put in the s: directory.

pubman opJEdScreen dpJEdScreen
if not warn
    jed
    pubman clJEdScreen
endif

