net.thevpc.nuts.toolbox.nsh.cmd.exit.ntf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nsh Show documentation
Show all versions of nsh Show documentation
Nuts bash shell companion
End the application
##) SYNOPSIS:
```sh exit [] ...```
End the application returning code
##) EXAMPLES:
```sh exit```sh
exit with code 0
```sh exit 1 ```
exit with code 1