⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
DragonFlyBSD
All Projects
DragonFlyBSD
Overview
Activity
Roadmap
Issues
Documents
Files
Repository
Download (107 Bytes)
Bug #252
ยป test.sh
joerg
, 07/20/2006 01:36 PM
set
-e
set
-x
testf
()
{
test
-f
/nonexistent
||
return
1
return
0
}
if
testf
;
then
exit
1
fi
exit
0
(1-1/1)
Loading...