diff options
author | Adam <adam@adambard.com> | 2013-08-20 08:58:01 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-08-20 08:58:01 -0700 |
commit | 598fe61e1a9968eb633d97ef214b01c7d3f0d942 (patch) | |
tree | 4514786341d823bc5491f4e1e4e221e620518d3d /de-de | |
parent | fc2757a87f7f3850624069a3254ba4175a2e4aff (diff) |
Fixed de translations
Diffstat (limited to 'de-de')
-rw-r--r-- | de-de/bash-de.html.markdown | 13 | ||||
-rw-r--r-- | de-de/git-de.html.markdown | 2 |
2 files changed, 13 insertions, 2 deletions
diff --git a/de-de/bash-de.html.markdown b/de-de/bash-de.html.markdown index c9cf3e78..f2a57511 100644 --- a/de-de/bash-de.html.markdown +++ b/de-de/bash-de.html.markdown @@ -1,4 +1,14 @@ -#!/bin/sh +--- +language: bash +contributors: + - ["Jake Prather", "http:#github.com/JakeHP"] + - ["kultprok", "http://www.kulturproktologie.de"] +filename: LearnBash-de.bash +lang: de-de +--- + +```bash +#!/bin/sh # 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 @@ -71,3 +81,4 @@ for $VARIABLE in x y z do echo "$VARIABLE" done +``` diff --git a/de-de/git-de.html.markdown b/de-de/git-de.html.markdown index 471c7641..88f4a643 100644 --- a/de-de/git-de.html.markdown +++ b/de-de/git-de.html.markdown @@ -4,7 +4,7 @@ tool: git contributors: - ["Jake Prather", "http:#github.com/JakeHP"] - ["kultprok", "http://www.kulturproktologie.de"] -filename: LearnGit.txt +filename: LearnGit-de.txt lang: de-de --- |