home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / unixtool.zip / TOOLS / bash.cmd < prev    next >
OS/2 REXX Batch file  |  2000-04-21  |  85b  |  6 lines

  1. /* BASH command file to invoke SH.EXE */
  2. "@echo off"
  3. parse arg parms
  4. 'sh' parms
  5. exit
  6.