summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--de-de/bash-de.html.markdown13
-rw-r--r--de-de/git-de.html.markdown2
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
---