Forráskód Böngészése

changement langage => dutch

klein 7 éve
szülő
commit
d8c0d6f922

+ 2 - 2
project/functions/greetings.sh

@@ -14,6 +14,6 @@
 # Returns:
 # None
 #######################################
-function say_hello() {
-	echo "Add same function for your language below..."
+function say_hello_dutch() {
+	echo "I ben François and ik woon in Belgie. I heb twee susjes and een broer."
 }

+ 2 - 2
project/run.sh

@@ -4,5 +4,5 @@
 . functions/greetings.sh
 
 # Say Hello World
-echo "####### Hello World ! #######"
-say_hello
+echo "####### Dag allemaal ! #######"
+say_hello_dutch

+ 2 - 2
project/working_environment/env.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 
-git config --global user.name "My name"
-git config --global user.email "my_mail@uclouvain.be"
+git config --global user.name "klein"
+git config --global user.email "francois.klein@uclouvain.be"
 git config --global color.ui auto
 git config --global core.editor "vim"
 git config --global push.default simple