home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / wvwar062.zip / doc / x / helper-scripts / convert_all.sh next >
Linux/UNIX/POSIX Shell Script  |  2000-09-20  |  51b  |  5 lines

  1. #!/bin/sh
  2. for name in $* ; do
  3.     wvWare "$name"
  4. done
  5.