diff options
author | Adam Bard <github@adambard.com> | 2014-02-12 12:03:41 -0800 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2014-02-12 12:03:41 -0800 |
commit | b4e8259cbc22d530121ca507e3394ab8c2219ded (patch) | |
tree | d261e930ecca3685f2b2a550dad2aa81b0f2ff06 | |
parent | 820a822081ed965be820019fce63b939876b4901 (diff) |
Update bash-de.html.markdown
-rw-r--r-- | de-de/bash-de.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/de-de/bash-de.html.markdown b/de-de/bash-de.html.markdown index 7b60d79f..ad782e06 100644 --- a/de-de/bash-de.html.markdown +++ b/de-de/bash-de.html.markdown @@ -16,7 +16,7 @@ Beinahe alle der folgenden Beispiele können als Teile eines Shell-Skripts oder [Weitere Informationen \(Englisch\)](http://www.gnu.org/software/bash/manual/bashref.html) ```bash -#!/bin/sh +#!/bin/bash # Die erste Zeile des Scripts nennt sich Shebang in gibt dem System an, wie # wie das Script ausgeführt werden soll: http://de.wikipedia.org/wiki/Shebang # Du hast es bestimmt schon mitgekriegt, Kommentare fangen mit # an. Das Shebang ist auch ein Kommentar |