home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / zkuste / mini / download / lnx-bbc-1.618.iso / loadlin / root.bin / root.bin.UNCOMPRESSED / bin / ! next >
Text File  |  2001-07-01  |  153b  |  12 lines

  1. #!/bin/sh
  2.  
  3. # Some versions of ash don't support the "!" operator, so this is a
  4. # standalone program that fakes it.
  5.  
  6. if "$@"
  7. then
  8.     exit 1
  9. else
  10.     exit 0
  11. fi
  12.