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 >
Wrap
Text File
|
2001-07-01
|
153b
|
12 lines
#!/bin/sh
# Some versions of ash don't support the "!" operator, so this is a
# standalone program that fakes it.
if "$@"
then
exit 1
else
exit 0
fi