* uname: Exit with exit code 0.

This commit is contained in:
Ben Elliston
2006-03-06 02:08:22 +00:00
parent c2feedd855
commit 2ef45c631d
2 changed files with 6 additions and 0 deletions

2
uname
View File

@ -7,3 +7,5 @@
[ $1 = -s ] && echo iainfo2
[ $1 = -v ] && echo 3.0
[ $1 = -p ] && echo "Pentium III(TM)-ISA/PCI"
exit 0