This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c28fcc3539
NetBSD
/
usr.bin
/
false
/
false.sh
3 lines
18 B
Bash
Raw
Normal View
History
Unescape
Escape
Shell script implementations of "true" and "false" by me, working from the POSIX.1 specification only. This should not infringe on the copyright of another well known shell script based implementation. See PR #361 for some reasons (Other than it's "clean room" development) why I think this is true.
1994-08-05 05:29:51 +04:00
#! /bin/sh
fixed major brain fault: echo -> exit
1994-12-29 09:20:16 +03:00
exit
1
Reference in New Issue
Copy Permalink