home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 15 / hacker15 / 15_H4CK3R#15.ISO / linux_security / engarde / ENGARDE_COMMUNITY_FEINT.ISO / usr / bin / loadunimap < prev    next >
Encoding:
Text File  |  2002-05-30  |  190 b   |  11 lines

  1. #! /bin/sh
  2.  
  3. echo >&2 'Warning: this is a shell wrapper; consider using consolechars(8)'
  4.  
  5. if [ $# != 1 ] ; then
  6.   echo >&2 "Usage: `basename $0` <mapfile>"
  7.   exit 1
  8. fi
  9.  
  10. consolechars --sfm $1
  11.