summaryrefslogtreecommitdiffhomepage
path: root/de-de
diff options
context:
space:
mode:
authorkultprok <info@kulturproktologie.de>2013-08-22 20:36:55 +0200
committerkultprok <info@kulturproktologie.de>2013-08-22 20:47:25 +0200
commit7a31e5841ddc070e5a50b115161fec6ef267f19b (patch)
tree5177186ff3588aa5b482778178bcf259998ae631 /de-de
parent598fe61e1a9968eb633d97ef214b01c7d3f0d942 (diff)
added introduction to bash in german.
Diffstat (limited to 'de-de')
-rw-r--r--de-de/bash-de.html.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/de-de/bash-de.html.markdown b/de-de/bash-de.html.markdown
index f2a57511..107b8a07 100644
--- a/de-de/bash-de.html.markdown
+++ b/de-de/bash-de.html.markdown
@@ -7,6 +7,11 @@ filename: LearnBash-de.bash
lang: de-de
---
+Bash ist der Name der Unix-Shell, die als Shell des GNU-Betriebssystems und auch als Standard-Shell von Linux und Mac OS X ausgeliefert wurde.
+Beinahe alle der folgenden Beispiele können als Teile eines Shell-Skripts oder direkt in der Shell ausgeführt werden.
+
+[Weitere Informationen \(Englisch\)](http://www.gnu.org/software/bash/manual/bashref.html)
+
```bash
#!/bin/sh
# Die erste Zeile des Scripts nennt sich Shebang in gibt dem System an, wie