/* * -------------------------------------------------------------- * This macro may be executed with uni-XEDIT Basic. However, the * macros referenced in the SET SYNONYM commands each require a * a license for uni-XEDIT Extended for each concurrent user. * -------------------------------------------------------------- * * * * shellinit.xedit - macro to define synonyms for the macros in * this sample library that support expansion * of shell variables and shorthand * * To use these macros, either add an execution of shellinit to * your .profile.xedit or add the lines from this macro to your * .profile.xedit file. * * * Modification History: * * 12 Sep 94 twg Initial implementation * */ 'set synonym xedit 1 shellxe' 'set synonym put shellput' 'set synonym putd shellputd' 'set synonym get shellget' 'set synonym file shellfile' 'set synonym ffile shellffile' 'set synonym save shellsave' 'set synonym ssave shellssave' 'set synonym macro shellmacro'