This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
de69a8cbe5
NetBSD
/
usr.bin
/
true
/
true.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
0