mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-04 22:07:52 +02:00
Fixed de translations
This commit is contained in:
@@ -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
|
# 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
|
# 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
|
# 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
|
do
|
||||||
echo "$VARIABLE"
|
echo "$VARIABLE"
|
||||||
done
|
done
|
||||||
|
```
|
||||||
|
@@ -4,7 +4,7 @@ tool: git
|
|||||||
contributors:
|
contributors:
|
||||||
- ["Jake Prather", "http:#github.com/JakeHP"]
|
- ["Jake Prather", "http:#github.com/JakeHP"]
|
||||||
- ["kultprok", "http://www.kulturproktologie.de"]
|
- ["kultprok", "http://www.kulturproktologie.de"]
|
||||||
filename: LearnGit.txt
|
filename: LearnGit-de.txt
|
||||||
lang: de-de
|
lang: de-de
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user