exit: add German translation (#7340)

feature/windows-fix-syntax-2
S-Espinet 2021-11-01 05:56:08 -07:00 committed by GitHub
parent 8bfea73604
commit 8d742da3af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages.de/common/exit.md Normal file
View File

@ -0,0 +1,12 @@
# exit
> Verlasse die Shell.
> Weitere Informationen: <https://manned.org/exit>.
- Beende die Shell mit dem Exitcode des zuletzt ausgeführten Befehls:
`exit`
- Beende die Shell mit dem angegebenen Exitcode:
`exit {{exitcode}}`